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