akka.contrib.pattern
Class WorkList$

java.lang.Object
  extended by akka.contrib.pattern.WorkList$

public class WorkList$
extends java.lang.Object

Provides the utility methods and constructors to the WorkList class.


Field Summary
static WorkList$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
WorkList$()
           
 
Method Summary
<T> WorkList<T>
empty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

WorkList$

public WorkList$()
Method Detail

empty

public <T> WorkList<T> empty()