Package akka.actor.typed.internal
Class InterceptorImpl$
- java.lang.Object
-
- akka.actor.typed.internal.InterceptorImpl$
-
public class InterceptorImpl$ extends java.lang.Object
Provides the impl of any behavior that could nest another behaviorINTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static InterceptorImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description InterceptorImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <O,I>
Behavior<O>apply(scala.Function0<BehaviorInterceptor<O,I>> interceptor, Behavior<I> nestedBehavior)
-
-
-
Field Detail
-
MODULE$
public static final InterceptorImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <O,I> Behavior<O> apply(scala.Function0<BehaviorInterceptor<O,I>> interceptor, Behavior<I> nestedBehavior)
-
-