Class OutletInlet<I>

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

public class OutletInlet<I> extends AbstractInlet<I>
An Inlet that decoheres a parameterized Outlet whenever the Inlet decoheres, and that recoheres the parameterized Outlet whenever the Inlet recoheres.
  • Field Details

    • outlet

      protected final Outlet<?> outlet
  • Constructor Details

    • OutletInlet

      public OutletInlet(Outlet<?> outlet)
  • Method Details