akka.remote.transport
Class AkkaPduCodec.Message$

java.lang.Object
  extended by scala.runtime.AbstractFunction5<InternalActorRef,Address,WireFormats.SerializedMessage,scala.Option<ActorRef>,scala.Option<SeqNo>,AkkaPduCodec.Message>
      extended by akka.remote.transport.AkkaPduCodec.Message$
All Implemented Interfaces:
java.io.Serializable, scala.Function5<InternalActorRef,Address,WireFormats.SerializedMessage,scala.Option<ActorRef>,scala.Option<SeqNo>,AkkaPduCodec.Message>
Enclosing interface:
AkkaPduCodec

public static class AkkaPduCodec.Message$
extends scala.runtime.AbstractFunction5<InternalActorRef,Address,WireFormats.SerializedMessage,scala.Option<ActorRef>,scala.Option<SeqNo>,AkkaPduCodec.Message>
implements scala.Serializable

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

AkkaPduCodec.Message$

public AkkaPduCodec.Message$()