Package akka.dispatch
Class SingleConsumerOnlyUnboundedMailbox$
- java.lang.Object
-
- scala.runtime.AbstractFunction0<SingleConsumerOnlyUnboundedMailbox>
-
- akka.dispatch.SingleConsumerOnlyUnboundedMailbox$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Function0<SingleConsumerOnlyUnboundedMailbox>
public class SingleConsumerOnlyUnboundedMailbox$ extends scala.runtime.AbstractFunction0<SingleConsumerOnlyUnboundedMailbox> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SingleConsumerOnlyUnboundedMailbox$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SingleConsumerOnlyUnboundedMailbox$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleConsumerOnlyUnboundedMailboxapply()java.lang.StringtoString()booleanunapply(SingleConsumerOnlyUnboundedMailbox x$0)
-
-
-
Field Detail
-
MODULE$
public static final SingleConsumerOnlyUnboundedMailbox$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toStringin interfacescala.Function0<SingleConsumerOnlyUnboundedMailbox>- Overrides:
toStringin classscala.runtime.AbstractFunction0<SingleConsumerOnlyUnboundedMailbox>
-
apply
public SingleConsumerOnlyUnboundedMailbox apply()
- Specified by:
applyin interfacescala.Function0<SingleConsumerOnlyUnboundedMailbox>
-
unapply
public boolean unapply(SingleConsumerOnlyUnboundedMailbox x$0)
-
-