- java.lang.Object
-
- swim.streamlet.AbstractMapInlet<K,V,O>
-
- swim.streamlet.combinator.WatchFieldsOperator<K,V,O>
-
- Direct Known Subclasses:
WatchFieldsCombinator
public abstract class WatchFieldsOperator<K,V,O> extends AbstractMapInlet<K,V,O>
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractMapInlet
effects, input, version
-
-
Constructor Summary
Constructors Constructor Description WatchFieldsOperator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidevaluate(K key, V value)protected voidonRecohereOutputKey(K key, KeyEffect effect, int version)-
Methods inherited from class swim.streamlet.AbstractMapInlet
bindInput, bindInput, decohereOutput, decohereOutputKey, didDecohereOutput, didDecohereOutputKey, didRecohereOutput, didRecohereOutputKey, disconnectInputs, disconnectOutputs, input, onDecohereOutput, onDecohereOutputKey, onRecohereOutput, recohereOutput, recohereOutputKey, unbindInput, willDecohereOutput, willDecohereOutputKey, willRecohereOutput, willRecohereOutputKey
-
-
-
-
Method Detail
-
onRecohereOutputKey
protected void onRecohereOutputKey(K key, KeyEffect effect, int version)
- Overrides:
onRecohereOutputKeyin classAbstractMapInlet<K,V,O>
-
-