akka.actor
Class AbstractActor$

java.lang.Object
  extended by akka.actor.AbstractActor$

public class AbstractActor$
extends java.lang.Object

Java API: compatible with lambda expressions

This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.


Field Summary
static AbstractActor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AbstractActor$()
           
 
Method Summary
 Actor.emptyBehavior$ emptyBehavior()
          emptyBehavior is a Receive-expression that matches no messages at all, ever.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final AbstractActor$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

AbstractActor$

public AbstractActor$()
Method Detail

emptyBehavior

public final Actor.emptyBehavior$ emptyBehavior()
emptyBehavior is a Receive-expression that matches no messages at all, ever.

Returns:
(undocumented)