akka.remote.transport
Class ProtocolStateActor.AssociatedWaitHandler$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<scala.concurrent.Future<AssociationHandle.HandleEventListener>,AssociationHandle,scala.collection.immutable.Queue<ByteString>,ProtocolStateActor.AssociatedWaitHandler>
      extended by akka.remote.transport.ProtocolStateActor.AssociatedWaitHandler$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<scala.concurrent.Future<AssociationHandle.HandleEventListener>,AssociationHandle,scala.collection.immutable.Queue<ByteString>,ProtocolStateActor.AssociatedWaitHandler>
Enclosing class:
ProtocolStateActor

public static class ProtocolStateActor.AssociatedWaitHandler$
extends scala.runtime.AbstractFunction3<scala.concurrent.Future<AssociationHandle.HandleEventListener>,AssociationHandle,scala.collection.immutable.Queue<ByteString>,ProtocolStateActor.AssociatedWaitHandler>
implements scala.Serializable

See Also:
Serialized Form

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

Constructor Detail

ProtocolStateActor.AssociatedWaitHandler$

public ProtocolStateActor.AssociatedWaitHandler$()