-
- All Known Implementing Classes:
AbstractMapInletMapOutlet
,FilterFieldsCombinator
,FilterFieldsOperator
public interface MapInletMapOutlet<KI,KO,VI,VO,I,O> extends MapInlet<KI,VI,I>, MapOutlet<KO,VO,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.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
-
-