akka.contrib.pattern
Class ClusterClient.Send$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<java.lang.String,java.lang.Object,java.lang.Object,ClusterClient.Send>
      extended by akka.contrib.pattern.ClusterClient.Send$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<java.lang.String,java.lang.Object,java.lang.Object,ClusterClient.Send>
Enclosing class:
ClusterClient

public static class ClusterClient.Send$
extends scala.runtime.AbstractFunction3<java.lang.String,java.lang.Object,java.lang.Object,ClusterClient.Send>
implements scala.Serializable

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

ClusterClient.Send$

public ClusterClient.Send$()