akka.routing
Class SmallestMailboxPool$

java.lang.Object
  extended by scala.runtime.AbstractFunction5<java.lang.Object,scala.Option<Resizer>,SupervisorStrategy,java.lang.String,java.lang.Object,SmallestMailboxPool>
      extended by akka.routing.SmallestMailboxPool$
All Implemented Interfaces:
java.io.Serializable, scala.Function5<java.lang.Object,scala.Option<Resizer>,SupervisorStrategy,java.lang.String,java.lang.Object,SmallestMailboxPool>

public class SmallestMailboxPool$
extends scala.runtime.AbstractFunction5<java.lang.Object,scala.Option<Resizer>,SupervisorStrategy,java.lang.String,java.lang.Object,SmallestMailboxPool>
implements scala.Serializable

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

SmallestMailboxPool$

public SmallestMailboxPool$()