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 private 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

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
 

Constructor Detail

Inbox.Select$

public Inbox.Select$()