Package akka.japi.pf

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 akka.japi.function.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  FI.Apply<I,​R>
      Functional interface for an application.
      static interface  FI.Apply2<I1,​I2,​R>
      Functional interface for an application.
      static interface  FI.TypedPredicate<T>
      Functional interface for a predicate.
      static interface  FI.TypedPredicate2<T,​U>
      Functional interface for a predicate.
      static interface  FI.UnitApply<I>
      Functional interface for an application.
      static interface  FI.UnitApply2<I1,​I2>
      Functional interface for an application.
      static interface  FI.UnitApply3<I1,​I2,​I3>
      Functional interface for an application.
      static interface  FI.UnitApply4<I1,​I2,​I3,​I4>
      Functional interface for an application.
      static interface  FI.UnitApplyVoid
      Functional interface for an application.
    • Method Summary

      • Methods inherited from class java.lang.Object

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