Class SetupStage$


  • public class SetupStage$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final SetupStage$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • SetupStage$

        public SetupStage$()
    • Method Detail

      • delegateToOutlet

        public <T> java.lang.Object delegateToOutlet​(scala.Function1<T,​scala.runtime.BoxedUnit> push,
                                                     scala.Function0<scala.runtime.BoxedUnit> complete,
                                                     scala.Function1<java.lang.Throwable,​scala.runtime.BoxedUnit> fail,
                                                     GraphStageLogic.SubSinkInlet<T> subInlet)
      • delegateToInlet

        public java.lang.Object delegateToInlet​(scala.Function0<scala.runtime.BoxedUnit> pull,
                                                scala.Function0<scala.runtime.BoxedUnit> cancel)