Actor

object Actor extends ActorInstances with ActorFunctions
Companion
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def actor[A](handler: A => Unit, onError: Throwable => Unit)(implicit s: Strategy): Actor[A]
Inherited from
ActorFunctions

Implicits

Inherited implicits

implicit
def ToFunctionFromActor[A](a: Actor[A]): A => Unit
Inherited from
ActorFunctions