akka.remote.transport
Class TestAssociationHandle$

java.lang.Object
  extended by scala.runtime.AbstractFunction4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
      extended by akka.remote.transport.TestAssociationHandle$
All Implemented Interfaces:
java.io.Serializable, scala.Function4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>

public class TestAssociationHandle$
extends scala.runtime.AbstractFunction4<Address,Address,TestTransport,java.lang.Object,TestAssociationHandle>
implements scala.Serializable

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

TestAssociationHandle$

public TestAssociationHandle$()