Package akka.dispatch
Class TaskInvocation$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation>
-
- akka.dispatch.TaskInvocation$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation>
public class TaskInvocation$ extends scala.runtime.AbstractFunction3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TaskInvocation$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TaskInvocation$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskInvocation
apply(EventStream eventStream, java.lang.Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup)
java.lang.String
toString()
scala.Option<scala.Tuple3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>>>
unapply(TaskInvocation x$0)
-
-
-
Field Detail
-
MODULE$
public static final TaskInvocation$ 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.Function3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation>
- Overrides:
toString
in classscala.runtime.AbstractFunction3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation>
-
apply
public TaskInvocation apply(EventStream eventStream, java.lang.Runnable runnable, scala.Function0<scala.runtime.BoxedUnit> cleanup)
- Specified by:
apply
in interfacescala.Function3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation>
-
unapply
public scala.Option<scala.Tuple3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>>> unapply(TaskInvocation x$0)
-
-