Class GraphStageLogic$


  • public class GraphStageLogic$
    extends java.lang.Object
    Input handler that terminates the operator upon receiving completion. The operator fails upon receiving a failure.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static GraphStageLogic$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.concurrent.Promise<Done> NoPromise()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • GraphStageLogic$

        public GraphStageLogic$()
    • Method Detail

      • NoPromise

        public scala.concurrent.Promise<Done> NoPromise()