akka.dispatch
Class TaskInvocation$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<EventStream,java.lang.Runnable,scala.Function0<scala.runtime.BoxedUnit>,TaskInvocation>
      extended by 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 scala.Serializable

See Also:
Serialized Form

Field Summary
static TaskInvocation$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TaskInvocation$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function3
apply
 

Field Detail

MODULE$

public static final TaskInvocation$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

TaskInvocation$

public TaskInvocation$()