Class StreamletOutlet<O>

java.lang.Object
swim.streamlet.AbstractOutlet<O>
swim.streamlet.StreamletOutlet<O>
All Implemented Interfaces:
Outlet<O>

public class StreamletOutlet<O> extends AbstractOutlet<O>
An Outlet that decoheres a parameterized Streamlet whenever the Outlet decoheres, and which gets its state from the parameterized Streamlet.