- java.lang.Object
-
- swim.streamlet.AbstractMapInlet<K,V,O>
-
- swim.streamlet.combinator.WatchFieldsOperator<K,V,O>
-
- swim.streamlet.combinator.WatchFieldsCombinator<K,V,O>
-
public class WatchFieldsCombinator<K,V,O> extends WatchFieldsOperator<K,V,O>
-
-
Field Summary
Fields Modifier and Type Field Description protected WatchFieldsFunction<? super K,? super V>
func
-
Fields inherited from class swim.streamlet.AbstractMapInlet
effects, input, version
-
-
Constructor Summary
Constructors Constructor Description WatchFieldsCombinator(WatchFieldsFunction<? super K,? super V> func)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate(K key, V value)
-
Methods inherited from class swim.streamlet.combinator.WatchFieldsOperator
onRecohereOutputKey
-
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
-
-
-
-
Field Detail
-
func
protected final WatchFieldsFunction<? super K,? super V> func
-
-
Constructor Detail
-
WatchFieldsCombinator
public WatchFieldsCombinator(WatchFieldsFunction<? super K,? super V> func)
-
-