akka.remote
Class EndpointManager.Pass$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<ActorRef,scala.Option<java.lang.Object>,scala.Option<java.lang.Object>,EndpointManager.Pass>
      extended by akka.remote.EndpointManager.Pass$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<ActorRef,scala.Option<java.lang.Object>,scala.Option<java.lang.Object>,EndpointManager.Pass>
Enclosing class:
EndpointManager

public static class EndpointManager.Pass$
extends scala.runtime.AbstractFunction3<ActorRef,scala.Option<java.lang.Object>,scala.Option<java.lang.Object>,EndpointManager.Pass>
implements scala.Serializable

See Also:
Serialized Form

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

Constructor Detail

EndpointManager.Pass$

public EndpointManager.Pass$()