Package org.apache.pekko.dispatch
Class TaskInvocation$
java.lang.Object
scala.runtime.AbstractFunction3<EventStream,Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation>
org.apache.pekko.dispatch.TaskInvocation$
- All Implemented Interfaces:
Serializable,scala.Function3<EventStream,Runnable, scala.Function0<scala.runtime.BoxedUnit>, TaskInvocation>
public class TaskInvocation$
extends scala.runtime.AbstractFunction3<EventStream,Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TaskInvocation$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(EventStream eventStream, Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup) final StringtoString()scala.Option<scala.Tuple3<EventStream,Runnable, scala.Function0<scala.runtime.BoxedUnit>>> unapply(TaskInvocation x$0) Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TaskInvocation$
public TaskInvocation$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<EventStream,Runnable, scala.Function0<scala.runtime.BoxedUnit>, TaskInvocation> - Overrides:
toStringin classscala.runtime.AbstractFunction3<EventStream,Runnable, scala.Function0<scala.runtime.BoxedUnit>, TaskInvocation>
-
apply
public TaskInvocation apply(EventStream eventStream, Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup) - Specified by:
applyin interfacescala.Function3<EventStream,Runnable, scala.Function0<scala.runtime.BoxedUnit>, TaskInvocation>
-
unapply
public scala.Option<scala.Tuple3<EventStream,Runnable, unapplyscala.Function0<scala.runtime.BoxedUnit>>> (TaskInvocation x$0)
-