- java.lang.Object
-
- swim.streamlet.AbstractInlet<I>
-
- swim.streamlet.combinator.WatchValueOperator<I>
-
- All Implemented Interfaces:
Inlet<I>
- Direct Known Subclasses:
WatchValueCombinator
public abstract class WatchValueOperator<I> extends AbstractInlet<I>
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractInlet
input, version
-
-
Constructor Summary
Constructors Constructor Description WatchValueOperator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
evaluate(I input)
protected void
onRecohereOutput(int version)
-
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, decohereOutput, didDecohereOutput, didRecohereOutput, disconnectInputs, disconnectOutputs, input, onDecohereOutput, recohereOutput, unbindInput, willDecohereOutput, willRecohereOutput
-
-
-
-
Method Detail
-
onRecohereOutput
protected void onRecohereOutput(int version)
- Overrides:
onRecohereOutput
in classAbstractInlet<I>
-
evaluate
public abstract void evaluate(I input)
-
-