PipeableFuture

final class PipeableFuture[T](val future: Future[T])(implicit executionContext: ExecutionContext)
class Object
trait Matchable
class Any

Value members

Concrete methods

def pipeTo(recipient: ActorRef)(implicit sender: ActorRef): Future[T]
def pipeToSelection(recipient: ActorSelection)(implicit sender: ActorRef): Future[T]
def to(recipient: ActorRef): PipeableFuture[T]
def to(recipient: ActorRef, sender: ActorRef): PipeableFuture[T]
def to(recipient: ActorSelection, sender: ActorRef): PipeableFuture[T]

Concrete fields