Package org.apache.pekko.japi.pf
-
Interface Summary Interface Description FI.Apply<I,R> Deprecated. Will be removed in 2.0.0FI.Apply2<I1,I2,R> Deprecated. Will be removed in 2.0.0FI.TypedPredicate<T> Deprecated. Will be removed in 2.0.0FI.TypedPredicate2<T,U> Deprecated. Will be removed in 2.0.0FI.UnitApply<I> Deprecated. Will be removed in 2.0.0FI.UnitApply2<I1,I2> Deprecated. Will be removed in 2.0.0FI.UnitApply3<I1,I2,I3> Deprecated. Will be removed in 2.0.0FI.UnitApply4<I1,I2,I3,I4> Deprecated. Will be removed in 2.0.0FI.UnitApplyVoid Deprecated. Will be removed in 2.0.0 -
Class Summary Class Description CaseStatement$ DeciderBuilder Used for building a partial function forActor.supervisorStrategy().FI Class that encapsulates Functional Interfaces used for creating partial functions.FSMStateFunctionBuilder<S,D> Builder used to create a partial function forFSM.whenUnhandled(scala.PartialFunction<org.apache.pekko.actor.FSM.Event<D>, org.apache.pekko.actor.FSM.State<S, D>>).FSMStopBuilder<S,D> Builder used to create a partial function forFSM.onTermination(scala.PartialFunction<org.apache.pekko.actor.FSM.StopEvent<S, D>, scala.runtime.BoxedUnit>).FSMTransitionHandlerBuilder<S> Builder used to create a partial function forFSM.onTransition(scala.PartialFunction<scala.Tuple2<S, S>, scala.runtime.BoxedUnit>).Match<I,R> Version ofPartialFunctionthat can be built during runtime from Java.PFBuilder<I,R> A builder forPartialFunction.ReceiveBuilder Used for building a partial function forAbstractActor.createReceive().UnitMatch<I> Version ofPartialFunctionthat can be built during runtime from Java.UnitPFBuilder<I> A builder forPartialFunction.