Class StreamletInlet<I>

java.lang.Object
swim.streamlet.AbstractInlet<I>
swim.streamlet.StreamletInlet<I>
All Implemented Interfaces:
Inlet<I>

public class StreamletInlet<I> extends AbstractInlet<I>
An Inlet that decoheres a parameterized Streamlet whenever the Inlet decoheres, and that recoheres the parameterized Streamlet whenever the Inlet recoheres.