Package akka.dispatch

Class 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)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • TaskInvocation$

        public TaskInvocation$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<EventStream,​java.lang.Runnable,​scala.Function0<scala.runtime.BoxedUnit>,​TaskInvocation>
        Overrides:
        toString in class scala.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 interface scala.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)