akka.dispatch
Class PriorityGenerator$

java.lang.Object
  extended by akka.dispatch.PriorityGenerator$

public class PriorityGenerator$
extends java.lang.Object


Field Summary
static PriorityGenerator$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
PriorityGenerator$()
           
 
Method Summary
 PriorityGenerator apply(scala.Function1<java.lang.Object,java.lang.Object> priorityFunction)
          Creates a PriorityGenerator that uses the supplied function as priority generator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

PriorityGenerator$

public PriorityGenerator$()
Method Detail

apply

public PriorityGenerator apply(scala.Function1<java.lang.Object,java.lang.Object> priorityFunction)
Creates a PriorityGenerator that uses the supplied function as priority generator

Parameters:
priorityFunction - (undocumented)
Returns:
(undocumented)