akka.actor.dsl
Class Inbox.Select$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<scala.concurrent.duration.Deadline,scala.PartialFunction<java.lang.Object,java.lang.Object>,ActorRef,Inbox.Select>
      extended by akka.actor.dsl.Inbox.Select$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<scala.concurrent.duration.Deadline,scala.PartialFunction<java.lang.Object,java.lang.Object>,ActorRef,Inbox.Select>
Enclosing interface:
Inbox

public static class Inbox.Select$
extends scala.runtime.AbstractFunction3<scala.concurrent.duration.Deadline,scala.PartialFunction<java.lang.Object,java.lang.Object>,ActorRef,Inbox.Select>
implements scala.Serializable

See Also:
Serialized Form

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

Constructor Detail

Inbox.Select$

public Inbox.Select$()