akka.dispatch
Class DefaultDispatcherPrerequisites$

java.lang.Object
  extended by scala.runtime.AbstractFunction7<java.util.concurrent.ThreadFactory,EventStream,Scheduler,DynamicAccess,ActorSystem.Settings,Mailboxes,scala.Option<scala.concurrent.ExecutionContext>,DefaultDispatcherPrerequisites>
      extended by akka.dispatch.DefaultDispatcherPrerequisites$
All Implemented Interfaces:
java.io.Serializable, scala.Function7<java.util.concurrent.ThreadFactory,EventStream,Scheduler,DynamicAccess,ActorSystem.Settings,Mailboxes,scala.Option<scala.concurrent.ExecutionContext>,DefaultDispatcherPrerequisites>

public class DefaultDispatcherPrerequisites$
extends scala.runtime.AbstractFunction7<java.util.concurrent.ThreadFactory,EventStream,Scheduler,DynamicAccess,ActorSystem.Settings,Mailboxes,scala.Option<scala.concurrent.ExecutionContext>,DefaultDispatcherPrerequisites>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static DefaultDispatcherPrerequisites$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
DefaultDispatcherPrerequisites$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction7
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.Function7
apply
 

Field Detail

MODULE$

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

Constructor Detail

DefaultDispatcherPrerequisites$

public DefaultDispatcherPrerequisites$()