Class MapValueCombinator<I,O>

java.lang.Object
swim.streamlet.AbstractInoutlet<I,O>
swim.streamlet.combinator.MapValueOperator<I,O>
swim.streamlet.combinator.MapValueCombinator<I,O>
All Implemented Interfaces:
Inlet<I>, Inoutlet<I,O>, Outlet<O>

public class MapValueCombinator<I,O> extends MapValueOperator<I,O>