Interface GenericStreamlet<I,​O>

    • Method Detail

      • getOutput

        O getOutput​(Outlet<? super O> outlet)
      • willDecohereInlet

        void willDecohereInlet​(Inlet<? extends I> inlet)
      • didDecohereInlet

        void didDecohereInlet​(Inlet<? extends I> inlet)
      • willRecohereInlet

        void willRecohereInlet​(Inlet<? extends I> inlet,
                               int version)
      • didRecohereInlet

        void didRecohereInlet​(Inlet<? extends I> inlet,
                              int version)
      • willDecohereOutlet

        void willDecohereOutlet​(Outlet<? super O> outlet)
      • didDecohereOutlet

        void didDecohereOutlet​(Outlet<? super O> outlet)
      • willRecohereOutlet

        void willRecohereOutlet​(Outlet<? super O> outlet,
                                int version)
      • didRecohereOutlet

        void didRecohereOutlet​(Outlet<? super O> outlet,
                               int version)