akka.remote.transport
Class AkkaProtocolTransport.AssociateUnderlyingRefuseUid$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<Address,scala.concurrent.Promise<AssociationHandle>,scala.Option<java.lang.Object>,AkkaProtocolTransport.AssociateUnderlyingRefuseUid>
      extended by akka.remote.transport.AkkaProtocolTransport.AssociateUnderlyingRefuseUid$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<Address,scala.concurrent.Promise<AssociationHandle>,scala.Option<java.lang.Object>,AkkaProtocolTransport.AssociateUnderlyingRefuseUid>
Enclosing class:
AkkaProtocolTransport

public static class AkkaProtocolTransport.AssociateUnderlyingRefuseUid$
extends scala.runtime.AbstractFunction3<Address,scala.concurrent.Promise<AssociationHandle>,scala.Option<java.lang.Object>,AkkaProtocolTransport.AssociateUnderlyingRefuseUid>
implements scala.Serializable

See Also:
Serialized Form

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

Constructor Detail

AkkaProtocolTransport.AssociateUnderlyingRefuseUid$

public AkkaProtocolTransport.AssociateUnderlyingRefuseUid$()