Package akka.stream.impl.fusing
Class GraphInterpreterShell.AsyncInput$
- java.lang.Object
-
- scala.runtime.AbstractFunction5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>,GraphInterpreterShell.AsyncInput>
-
- akka.stream.impl.fusing.GraphInterpreterShell.AsyncInput$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>,GraphInterpreterShell.AsyncInput>
,scala.Serializable
- Enclosing class:
- GraphInterpreterShell
public class GraphInterpreterShell.AsyncInput$ extends scala.runtime.AbstractFunction5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>,GraphInterpreterShell.AsyncInput> implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static GraphInterpreterShell.AsyncInput$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AsyncInput$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphInterpreterShell.AsyncInput
apply(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.concurrent.Promise<Done> promise, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)
java.lang.String
toString()
scala.Option<scala.Tuple5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>>>
unapply(GraphInterpreterShell.AsyncInput x$0)
-
-
-
Field Detail
-
MODULE$
public static final GraphInterpreterShell.AsyncInput$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>,GraphInterpreterShell.AsyncInput>
- Overrides:
toString
in classscala.runtime.AbstractFunction5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>,GraphInterpreterShell.AsyncInput>
-
apply
public GraphInterpreterShell.AsyncInput apply(GraphInterpreterShell shell, GraphStageLogic logic, java.lang.Object evt, scala.concurrent.Promise<Done> promise, scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> handler)
- Specified by:
apply
in interfacescala.Function5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>,GraphInterpreterShell.AsyncInput>
-
unapply
public scala.Option<scala.Tuple5<GraphInterpreterShell,GraphStageLogic,java.lang.Object,scala.concurrent.Promise<Done>,scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>>> unapply(GraphInterpreterShell.AsyncInput x$0)
-
-