Class OutletInlet<I>

  • All Implemented Interfaces:
    Inlet<I>

    public class OutletInlet<I>
    extends AbstractInlet<I>
    An Inlet that invalidates a parameterized Outlet whenever the Inlet is invalidated, and that updates the parameterized Outlet whenever the Inlet updates.