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