akka.routing
Class ScatterGatherFirstCompletedPool$

java.lang.Object
  extended by scala.runtime.AbstractFunction6<java.lang.Object,scala.Option<Resizer>,scala.concurrent.duration.FiniteDuration,SupervisorStrategy,java.lang.String,java.lang.Object,ScatterGatherFirstCompletedPool>
      extended by akka.routing.ScatterGatherFirstCompletedPool$
All Implemented Interfaces:
java.io.Serializable, scala.Function6<java.lang.Object,scala.Option<Resizer>,scala.concurrent.duration.FiniteDuration,SupervisorStrategy,java.lang.String,java.lang.Object,ScatterGatherFirstCompletedPool>

public class ScatterGatherFirstCompletedPool$
extends scala.runtime.AbstractFunction6<java.lang.Object,scala.Option<Resizer>,scala.concurrent.duration.FiniteDuration,SupervisorStrategy,java.lang.String,java.lang.Object,ScatterGatherFirstCompletedPool>
implements scala.Serializable

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

ScatterGatherFirstCompletedPool$

public ScatterGatherFirstCompletedPool$()