- java.lang.Object
-
- swim.streamlet.AbstractInoutlet<I,O>
-
- swim.streamlet.combinator.MapValueOperator<I,O>
-
- Direct Known Subclasses:
MapValueCombinator
public abstract class MapValueOperator<I,O> extends AbstractInoutlet<I,O>
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractInoutlet
input, outputs, version
-
-
Constructor Summary
Constructors Constructor Description MapValueOperator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract O
evaluate(I value)
O
get()
Returns the current state of thisOutlet
.-
Methods inherited from class swim.streamlet.AbstractInoutlet
bindInput, bindOutput, decohere, decohereInput, decohereOutput, didDecohere, didRecohere, disconnectInputs, disconnectOutputs, input, onDecohere, onRecohere, outputIterator, recohere, recohereInput, recohereOutput, unbindInput, unbindOutput, unbindOutputs, willDecohere, willRecohere
-
-