-
- All Known Implementing Classes:
AbstractMapInletOutlet
,ReduceFieldsCombinator
,ReduceFieldsOperator
public interface MapInletOutlet<K,V,I,O> extends MapInlet<K,V,I>, Outlet<O>
-
-
Method Summary
-
Methods inherited from interface swim.streamlet.Inlet
bindInput, decohereOutput, disconnectInputs, disconnectOutputs, input, recohereOutput, unbindInput
-
Methods inherited from interface swim.streamlet.MapInlet
decohereOutputKey, recohereOutputKey
-
Methods inherited from interface swim.streamlet.Outlet
bindOutput, decohereInput, disconnectInputs, disconnectOutputs, get, map, memoize, outputIterator, recohereInput, unbindOutput, unbindOutputs, watch
-
-