Class Hierarchy
- java.lang.Object
- org.apache.pekko.japi.pf.CaseStatement$
- org.apache.pekko.japi.pf.DeciderBuilder
- org.apache.pekko.japi.pf.FI
- org.apache.pekko.japi.pf.FSMStateFunctionBuilder<S,D>
- org.apache.pekko.japi.pf.FSMStopBuilder<S,D>
- org.apache.pekko.japi.pf.FSMTransitionHandlerBuilder<S>
- org.apache.pekko.japi.pf.Match<I,R>
- org.apache.pekko.japi.pf.PFBuilder<I,R>
- org.apache.pekko.japi.pf.ReceiveBuilder
- org.apache.pekko.japi.pf.UnitMatch<I>
- org.apache.pekko.japi.pf.UnitPFBuilder<I>
Interface Hierarchy
- org.apache.pekko.japi.pf.FI.Apply<I,R>
- org.apache.pekko.japi.pf.FI.Apply2<I1,I2,R>
- org.apache.pekko.japi.pf.FI.TypedPredicate<T>
- org.apache.pekko.japi.pf.FI.TypedPredicate2<T,U>
- org.apache.pekko.japi.pf.FI.UnitApply<I>
- org.apache.pekko.japi.pf.FI.UnitApply2<I1,I2>
- org.apache.pekko.japi.pf.FI.UnitApply3<I1,I2,I3>
- org.apache.pekko.japi.pf.FI.UnitApply4<I1,I2,I3,I4>
- org.apache.pekko.japi.pf.FI.UnitApplyVoid