public static final class Receiver.GetOneResult<T> extends java.lang.Object implements Receiver.Replies<T>, scala.Product, scala.Serializable
| Constructor and Description |
|---|
GetOneResult(ActorRef<Receiver.Command<T>> receiver,
scala.Option<T> msg) |
| Modifier and Type | Method and Description |
|---|---|
scala.Option<T> |
msg() |
ActorRef<Receiver.Command<T>> |
receiver() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GetOneResult(ActorRef<Receiver.Command<T>> receiver, scala.Option<T> msg)
public ActorRef<Receiver.Command<T>> receiver()
public scala.Option<T> msg()