Module swim.streamlet
Package swim.streamlet.combinator
Class MapFieldValuesCombinator<K,VI,VO,I>
- java.lang.Object
-
- swim.streamlet.AbstractMapInoutlet<K,VI,VO,I,Map<K,VO>>
-
- swim.streamlet.combinator.MapFieldValuesOperator<K,VI,VO,I>
-
- swim.streamlet.combinator.MapFieldValuesCombinator<K,VI,VO,I>
-
-
Constructor Summary
Constructors Constructor Description MapFieldValuesCombinator(MapFieldValuesFunction<? super K,? super VI,? extends VO> func)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VO
evaluate(K key, VI value)
-
Methods inherited from class swim.streamlet.combinator.MapFieldValuesOperator
containsKey, get, get, keyIterator
-
Methods inherited from class swim.streamlet.AbstractMapInoutlet
bindInput, bindInput, bindOutput, decohere, decohereInput, decohereInputKey, decohereKey, decohereOutput, decohereOutputKey, didDecohere, didDecohereKey, didRecohere, didRecohereKey, disconnectInputs, disconnectOutputs, input, onDecohere, onDecohereKey, onRecohere, onRecohereKey, outlet, outputIterator, recohere, recohereInput, recohereInputKey, recohereKey, recohereOutput, recohereOutputKey, unbindInput, unbindOutput, unbindOutputs, willDecohere, willDecohereKey, willRecohere, willRecohereKey
-
-
-
-
Field Detail
-
func
protected final MapFieldValuesFunction<? super K,? super VI,? extends VO> func
-
-
Constructor Detail
-
MapFieldValuesCombinator
public MapFieldValuesCombinator(MapFieldValuesFunction<? super K,? super VI,? extends VO> func)
-
-