- java.lang.Object
-
- swim.streamlet.AbstractInlet<I>
-
- swim.streamlet.combinator.WatchValueOperator<I>
-
- swim.streamlet.combinator.WatchValueCombinator<I>
-
- All Implemented Interfaces:
Inlet<I>
public class WatchValueCombinator<I> extends WatchValueOperator<I>
-
-
Field Summary
Fields Modifier and Type Field Description protected WatchValueFunction<? super I>
func
-
Fields inherited from class swim.streamlet.AbstractInlet
input, version
-
-
Constructor Summary
Constructors Constructor Description WatchValueCombinator(WatchValueFunction<? super I> func)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate(I value)
-
Methods inherited from class swim.streamlet.combinator.WatchValueOperator
onRecohereOutput
-
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, decohereOutput, didDecohereOutput, didRecohereOutput, disconnectInputs, disconnectOutputs, input, onDecohereOutput, recohereOutput, unbindInput, willDecohereOutput, willRecohereOutput
-
-
-
-
Field Detail
-
func
protected final WatchValueFunction<? super I> func
-
-
Constructor Detail
-
WatchValueCombinator
public WatchValueCombinator(WatchValueFunction<? super I> func)
-
-
Method Detail
-
evaluate
public void evaluate(I value)
- Specified by:
evaluate
in classWatchValueOperator<I>
-
-