akka.contrib.pattern
Class ReliableProxy.Message$

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

public static class ReliableProxy.Message$
extends scala.runtime.AbstractFunction3<java.lang.Object,ActorRef,java.lang.Object,ReliableProxy.Message>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ReliableProxy.Message$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ReliableProxy.Message$()
           
 
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 ReliableProxy.Message$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ReliableProxy.Message$

public ReliableProxy.Message$()