public class AbstractActor$
extends java.lang.Object
This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
Modifier and Type | Field and Description |
---|---|
static AbstractActor$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
AbstractActor$() |
Modifier and Type | Method and Description |
---|---|
Actor.emptyBehavior$ |
emptyBehavior()
emptyBehavior is a Receive-expression that matches no messages at all, ever.
|
public static final AbstractActor$ MODULE$
public final Actor.emptyBehavior$ emptyBehavior()