Class StreamletInoutlet<I,​O>

  • All Implemented Interfaces:
    Inlet<I>, Inoutlet<I,​O>, Outlet<O>

    public class StreamletInoutlet<I,​O>
    extends AbstractInoutlet<I,​O>
    An Inoutlet that decoheres a parameterized Streamlet whenever the Inoutlet decoheres, that recoheres the parameterized Streamlet whenever the Inoutlet recoheres, and which gets its state from the parameterized Streamlet.