Class FI


  • public final class FI
    extends java.lang.Object
    Class 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 interface  FI.Apply<I,​R>
      Deprecated.
      Will be removed in 2.0.0
      static interface  FI.Apply2<I1,​I2,​R>
      Deprecated.
      Will be removed in 2.0.0
      static interface  FI.TypedPredicate<T>
      Deprecated.
      Will be removed in 2.0.0
      static interface  FI.TypedPredicate2<T,​U>
      Deprecated.
      Will be removed in 2.0.0
      static interface  FI.UnitApply<I>
      Deprecated.
      Will be removed in 2.0.0
      static interface  FI.UnitApply2<I1,​I2>
      Deprecated.
      Will be removed in 2.0.0
      static interface  FI.UnitApply3<I1,​I2,​I3>
      Deprecated.
      Will be removed in 2.0.0
      static interface  FI.UnitApply4<I1,​I2,​I3,​I4>
      Deprecated.
      Will be removed in 2.0.0
      static interface  FI.UnitApplyVoid
      Deprecated.
      Will be removed in 2.0.0
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait