Package akka.stream.impl.fusing
Class ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete
- java.lang.Object
-
- akka.stream.impl.fusing.ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete
-
- All Implemented Interfaces:
DeadLetterSuppression
,NoSerializationVerificationNeeded
,ActorGraphInterpreter.BoundaryEvent
,ActorGraphInterpreter.SimpleBoundaryEvent
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- Enclosing class:
- ActorGraphInterpreter.BatchingActorInputBoundary
public class ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete extends java.lang.Object implements ActorGraphInterpreter.SimpleBoundaryEvent, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnComplete(GraphInterpreterShell shell)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete
apply(GraphInterpreterShell shell)
static double
apply$mcDD$sp(double v1)
static double
apply$mcDF$sp(float v1)
static double
apply$mcDI$sp(int v1)
static double
apply$mcDJ$sp(long v1)
static float
apply$mcFD$sp(double v1)
static float
apply$mcFF$sp(float v1)
static float
apply$mcFI$sp(int v1)
static float
apply$mcFJ$sp(long v1)
static int
apply$mcID$sp(double v1)
static int
apply$mcIF$sp(float v1)
static int
apply$mcII$sp(int v1)
static int
apply$mcIJ$sp(long v1)
static long
apply$mcJD$sp(double v1)
static long
apply$mcJF$sp(float v1)
static long
apply$mcJI$sp(int v1)
static long
apply$mcJJ$sp(long v1)
static void
apply$mcVD$sp(double v1)
static void
apply$mcVF$sp(float v1)
static void
apply$mcVI$sp(int v1)
static void
apply$mcVJ$sp(long v1)
static boolean
apply$mcZD$sp(double v1)
static boolean
apply$mcZF$sp(float v1)
static boolean
apply$mcZI$sp(int v1)
static boolean
apply$mcZJ$sp(long v1)
boolean
canEqual(java.lang.Object x$1)
ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete
copy(GraphInterpreterShell shell)
GraphInterpreterShell
copy$default$1()
boolean
equals(java.lang.Object x$1)
void
execute()
int
hashCode()
GraphStageLogic
logic()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
GraphInterpreterShell
shell()
java.lang.String
toString()
static scala.Option<GraphInterpreterShell>
unapply(ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete x$0)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.stream.impl.fusing.ActorGraphInterpreter.SimpleBoundaryEvent
execute
-
-
-
-
Constructor Detail
-
OnComplete
public OnComplete(GraphInterpreterShell shell)
-
-
Method Detail
-
apply
public static ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete apply(GraphInterpreterShell shell)
-
unapply
public static scala.Option<GraphInterpreterShell> unapply(ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete x$0)
-
apply$mcZD$sp
public static boolean apply$mcZD$sp(double v1)
-
apply$mcDD$sp
public static double apply$mcDD$sp(double v1)
-
apply$mcFD$sp
public static float apply$mcFD$sp(double v1)
-
apply$mcID$sp
public static int apply$mcID$sp(double v1)
-
apply$mcJD$sp
public static long apply$mcJD$sp(double v1)
-
apply$mcVD$sp
public static void apply$mcVD$sp(double v1)
-
apply$mcZF$sp
public static boolean apply$mcZF$sp(float v1)
-
apply$mcDF$sp
public static double apply$mcDF$sp(float v1)
-
apply$mcFF$sp
public static float apply$mcFF$sp(float v1)
-
apply$mcIF$sp
public static int apply$mcIF$sp(float v1)
-
apply$mcJF$sp
public static long apply$mcJF$sp(float v1)
-
apply$mcVF$sp
public static void apply$mcVF$sp(float v1)
-
apply$mcZI$sp
public static boolean apply$mcZI$sp(int v1)
-
apply$mcDI$sp
public static double apply$mcDI$sp(int v1)
-
apply$mcFI$sp
public static float apply$mcFI$sp(int v1)
-
apply$mcII$sp
public static int apply$mcII$sp(int v1)
-
apply$mcJI$sp
public static long apply$mcJI$sp(int v1)
-
apply$mcVI$sp
public static void apply$mcVI$sp(int v1)
-
apply$mcZJ$sp
public static boolean apply$mcZJ$sp(long v1)
-
apply$mcDJ$sp
public static double apply$mcDJ$sp(long v1)
-
apply$mcFJ$sp
public static float apply$mcFJ$sp(long v1)
-
apply$mcIJ$sp
public static int apply$mcIJ$sp(long v1)
-
apply$mcJJ$sp
public static long apply$mcJJ$sp(long v1)
-
apply$mcVJ$sp
public static void apply$mcVJ$sp(long v1)
-
shell
public GraphInterpreterShell shell()
- Specified by:
shell
in interfaceActorGraphInterpreter.BoundaryEvent
-
execute
public void execute()
- Specified by:
execute
in interfaceActorGraphInterpreter.SimpleBoundaryEvent
-
logic
public GraphStageLogic logic()
- Specified by:
logic
in interfaceActorGraphInterpreter.SimpleBoundaryEvent
-
copy
public ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete copy(GraphInterpreterShell shell)
-
copy$default$1
public GraphInterpreterShell copy$default$1()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-