Interface Inoutlet<I,​O>

    • Method Detail

      • disconnectInputs

        void disconnectInputs()
        Disconnects all Inlets dominated by this Inoutlet in the dataflow dependency graph. Used to recursively clean up chains of combinators passing through this Inoutlet.
        Specified by:
        disconnectInputs in interface Inlet<I>
        Specified by:
        disconnectInputs in interface Outlet<I>
      • disconnectOutputs

        void disconnectOutputs()
        Disconnects all Inletss dominated by this Inoutlet in the dataflow graph. Used to recursively clean up chains of combinators passing through this Inoutlet.
        Specified by:
        disconnectOutputs in interface Inlet<I>
        Specified by:
        disconnectOutputs in interface Outlet<I>