akka.io
Class TcpPipelineHandler.Tell$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<ActorRef,java.lang.Object,ActorRef,TcpPipelineHandler.Tell>
      extended by akka.io.TcpPipelineHandler.Tell$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<ActorRef,java.lang.Object,ActorRef,TcpPipelineHandler.Tell>
Enclosing class:
TcpPipelineHandler<Ctx extends PipelineContext,Cmd,Evt>

public static class TcpPipelineHandler.Tell$
extends scala.runtime.AbstractFunction3<ActorRef,java.lang.Object,ActorRef,TcpPipelineHandler.Tell>
implements scala.Serializable

See Also:
Serialized Form

Constructor Summary
TcpPipelineHandler.Tell$()
           
 
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
 

Constructor Detail

TcpPipelineHandler.Tell$

public TcpPipelineHandler.Tell$()