Class OutletMapInlet<K,V,O>

java.lang.Object
swim.streamlet.AbstractMapInlet<K,V,O>
swim.streamlet.OutletMapInlet<K,V,O>
All Implemented Interfaces:
Inlet<O>, MapInlet<K,V,O>

public class OutletMapInlet<K,V,O> extends AbstractMapInlet<K,V,O>
A MapInlet that decoheres a parameterized Outlet whenever the MapInlet decoheres, and that recoheres the parameterized Outlet whenever the MapInlet recoheres.