akka.routing
Class RandomPool$

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

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

See Also:
Serialized Form

Field Summary
static RandomPool$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
RandomPool$()
           
 
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 RandomPool$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

RandomPool$

public RandomPool$()