akka.agent
Class Agent$

java.lang.Object
  extended by akka.agent.Agent$

public class Agent$
extends java.lang.Object

Factory method for creating an Agent.


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

Field Detail

MODULE$

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

Constructor Detail

Agent$

public Agent$()
Method Detail

apply

public <T> Agent<T> apply(T initialValue,
                          ActorSystem system)