-
- All Known Implementing Classes:
AbstractMapInoutlet
,MapFieldValuesCombinator
,MapFieldValuesOperator
,MemoizeMapCombinator
public interface MapInoutlet<K,VI,VO,I,O> extends Inoutlet<I,O>, MapInlet<K,VI,I>, MapOutlet<K,VO,O>
-
-
Method Summary
-
Methods inherited from interface swim.streamlet.Inlet
bindInput, decohereOutput, input, recohereOutput, unbindInput
-
Methods inherited from interface swim.streamlet.Inoutlet
disconnectInputs, disconnectOutputs
-
Methods inherited from interface swim.streamlet.MapInlet
decohereOutputKey, recohereOutputKey
-
Methods inherited from interface swim.streamlet.MapOutlet
containsKey, decohereInputKey, filter, get, keyIterator, map, memoize, outlet, recohereInputKey, reduce, watch
-
Methods inherited from interface swim.streamlet.Outlet
bindOutput, decohereInput, disconnectInputs, disconnectOutputs, get, map, outputIterator, recohereInput, unbindOutput, unbindOutputs, watch
-
-