akka.agent
Class Agent$

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

public class Agent$
extends java.lang.Object


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, scala.concurrent.ExecutionContext context)
          Factory method for creating an Agent.
<T> Agent<T>
create(T initialValue, scala.concurrent.ExecutionContext context)
          Java API: Factory method for creating an Agent.
 
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,
                          scala.concurrent.ExecutionContext context)
Factory method for creating an Agent.

Parameters:
initialValue - (undocumented)
context - (undocumented)
Returns:
(undocumented)

create

public <T> Agent<T> create(T initialValue,
                           scala.concurrent.ExecutionContext context)
Java API: Factory method for creating an Agent.

Parameters:
initialValue - (undocumented)
context - (undocumented)
Returns:
(undocumented)