Actor

trait Actor[T]
class Object
trait Matchable
class Any
class BaseActor[T]
class BatchActor[T]
class SimpleActor[T]
class ProxyActor[T, V]
class SplitActor[T]

Value members

Abstract methods

def send(t: T)(implicit fileName: FileName, line: Line): Unit
def sendAsync(f: Future[T])(implicit fileName: FileName, line: Line): Unit