java.lang.Object
swim.streamlet.AbstractMapInlet<K,V,O>
swim.streamlet.OutletMapInlet<K,V,O>
A
MapInlet that decoheres a parameterized Outlet whenever
the MapInlet decoheres, and that recoheres the parameterized
Outlet whenever the MapInlet recoheres.-
Field Summary
FieldsFields inherited from class swim.streamlet.AbstractMapInlet
effects, input, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidonDecohereOutputKey(K key, KeyEffect effect) protected voidonRecohereOutput(int version) protected voidonRecohereOutputKey(K key, KeyEffect effect, int version) Outlet<?>outlet()Methods inherited from class swim.streamlet.AbstractMapInlet
bindInput, bindInput, decohereOutput, decohereOutputKey, didDecohereOutput, didDecohereOutputKey, didRecohereOutput, didRecohereOutputKey, disconnectInputs, disconnectOutputs, input, recohereOutput, recohereOutputKey, unbindInput, willDecohereOutput, willDecohereOutputKey, willRecohereOutput, willRecohereOutputKey
-
Field Details
-
outlet
-
-
Constructor Details
-
OutletMapInlet
-
-
Method Details
-
outlet
-
onDecohereOutputKey
- Overrides:
onDecohereOutputKeyin classAbstractMapInlet<K,V, O>
-
onDecohereOutput
protected void onDecohereOutput()- Overrides:
onDecohereOutputin classAbstractMapInlet<K,V, O>
-
onRecohereOutputKey
- Overrides:
onRecohereOutputKeyin classAbstractMapInlet<K,V, O>
-
onRecohereOutput
protected void onRecohereOutput(int version) - Overrides:
onRecohereOutputin classAbstractMapInlet<K,V, O>
-