akka.remote.testconductor
Class ClientFSM.Data$

java.lang.Object
  extended by scala.runtime.AbstractFunction2<scala.Option<org.jboss.netty.channel.Channel>,scala.Option<scala.Tuple2<java.lang.String,ActorRef>>,ClientFSM.Data>
      extended by akka.remote.testconductor.ClientFSM.Data$
All Implemented Interfaces:
java.io.Serializable, scala.Function2<scala.Option<org.jboss.netty.channel.Channel>,scala.Option<scala.Tuple2<java.lang.String,ActorRef>>,ClientFSM.Data>
Enclosing class:
ClientFSM

public static class ClientFSM.Data$
extends scala.runtime.AbstractFunction2<scala.Option<org.jboss.netty.channel.Channel>,scala.Option<scala.Tuple2<java.lang.String,ActorRef>>,ClientFSM.Data>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ClientFSM.Data$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClientFSM.Data$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction2
apply$mcDDD$sp, apply$mcDDI$sp, apply$mcDDJ$sp, apply$mcDID$sp, apply$mcDII$sp, apply$mcDIJ$sp, apply$mcDJD$sp, apply$mcDJI$sp, apply$mcDJJ$sp, apply$mcFDD$sp, apply$mcFDI$sp, apply$mcFDJ$sp, apply$mcFID$sp, apply$mcFII$sp, apply$mcFIJ$sp, apply$mcFJD$sp, apply$mcFJI$sp, apply$mcFJJ$sp, apply$mcIDD$sp, apply$mcIDI$sp, apply$mcIDJ$sp, apply$mcIID$sp, apply$mcIII$sp, apply$mcIIJ$sp, apply$mcIJD$sp, apply$mcIJI$sp, apply$mcIJJ$sp, apply$mcJDD$sp, apply$mcJDI$sp, apply$mcJDJ$sp, apply$mcJID$sp, apply$mcJII$sp, apply$mcJIJ$sp, apply$mcJJD$sp, apply$mcJJI$sp, apply$mcJJJ$sp, apply$mcVDD$sp, apply$mcVDI$sp, apply$mcVDJ$sp, apply$mcVID$sp, apply$mcVII$sp, apply$mcVIJ$sp, apply$mcVJD$sp, apply$mcVJI$sp, apply$mcVJJ$sp, apply$mcZDD$sp, apply$mcZDI$sp, apply$mcZDJ$sp, apply$mcZID$sp, apply$mcZII$sp, apply$mcZIJ$sp, apply$mcZJD$sp, apply$mcZJI$sp, apply$mcZJJ$sp, 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.Function2
apply
 

Field Detail

MODULE$

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

Constructor Detail

ClientFSM.Data$

public ClientFSM.Data$()