akka.actor.dsl
Class Inbox.Select

java.lang.Object
  extended by akka.actor.dsl.Inbox.Select
All Implemented Interfaces:
Inbox.Query, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
Inbox

public private static class Inbox.Select
extends java.lang.Object
implements Inbox.Query, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
Inbox.Select(scala.concurrent.duration.Deadline deadline, scala.PartialFunction<java.lang.Object,java.lang.Object> predicate, ActorRef client)
           
 
Method Summary
 ActorRef client()
           
 scala.concurrent.duration.Deadline deadline()
           
 scala.PartialFunction<java.lang.Object,java.lang.Object> predicate()
           
 Inbox.Select withClient(ActorRef c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Inbox.Select

public Inbox.Select(scala.concurrent.duration.Deadline deadline,
                    scala.PartialFunction<java.lang.Object,java.lang.Object> predicate,
                    ActorRef client)
Method Detail

deadline

public scala.concurrent.duration.Deadline deadline()
Specified by:
deadline in interface Inbox.Query

predicate

public scala.PartialFunction<java.lang.Object,java.lang.Object> predicate()

client

public ActorRef client()
Specified by:
client in interface Inbox.Query

withClient

public Inbox.Select withClient(ActorRef c)
Specified by:
withClient in interface Inbox.Query