Class OutletMapInlet<K,​V,​O>

  • All Implemented Interfaces:
    Inlet<O>, MapInlet<K,​V,​O>

    public class OutletMapInlet<K,​V,​O>
    extends AbstractMapInlet<K,​V,​O>
    A MapInlet that invalidates a parameterized Outlet whenever the MapInlet is invalidated, and that updates the parameterized Outlet whenever the MapInlet updates.