akka.dispatch
Class UnboundedMailbox$

java.lang.Object
  extended by scala.runtime.AbstractFunction0<UnboundedMailbox>
      extended by akka.dispatch.UnboundedMailbox$
All Implemented Interfaces:
java.io.Serializable, scala.Function0<UnboundedMailbox>

public class UnboundedMailbox$
extends scala.runtime.AbstractFunction0<UnboundedMailbox>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static UnboundedMailbox$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
UnboundedMailbox$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction0
apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function0
apply
 

Field Detail

MODULE$

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

Constructor Detail

UnboundedMailbox$

public UnboundedMailbox$()