Package akka.actor.typed.internal
Class BehaviorImpl.ReceiveBehavior$
- java.lang.Object
-
- akka.actor.typed.internal.BehaviorImpl.ReceiveBehavior$
-
- Enclosing class:
- BehaviorImpl
public static class BehaviorImpl.ReceiveBehavior$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static BehaviorImpl.ReceiveBehavior$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ReceiveBehavior$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> scala.PartialFunction<scala.Tuple2<ActorContext<T>,Signal>,Behavior<T>>
$lessinit$greater$default$2()
-
-
-
Field Detail
-
MODULE$
public static final BehaviorImpl.ReceiveBehavior$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
$lessinit$greater$default$2
public <T> scala.PartialFunction<scala.Tuple2<ActorContext<T>,Signal>,Behavior<T>> $lessinit$greater$default$2()
-
-