Package org.apache.pekko.japi.pf
Class FI
- java.lang.Object
-
- org.apache.pekko.japi.pf.FI
-
public final class FI extends java.lang.ObjectClass that encapsulates Functional Interfaces used for creating partial functions.These classes are kept for compatibility, but for future API's please prefer the ones in
org.apache.pekko.japi.function.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFI.Apply<I,R>Deprecated.Will be removed in 2.0.0static interfaceFI.Apply2<I1,I2,R>Deprecated.Will be removed in 2.0.0static interfaceFI.TypedPredicate<T>Deprecated.Will be removed in 2.0.0static interfaceFI.TypedPredicate2<T,U>Deprecated.Will be removed in 2.0.0static interfaceFI.UnitApply<I>Deprecated.Will be removed in 2.0.0static interfaceFI.UnitApply2<I1,I2>Deprecated.Will be removed in 2.0.0static interfaceFI.UnitApply3<I1,I2,I3>Deprecated.Will be removed in 2.0.0static interfaceFI.UnitApply4<I1,I2,I3,I4>Deprecated.Will be removed in 2.0.0static interfaceFI.UnitApplyVoidDeprecated.Will be removed in 2.0.0
-