akka.japi.pf
Class FI

java.lang.Object
  extended by akka.japi.pf.FI

public final class FI
extends java.lang.Object

Class that encapsulates all the Functional Interfaces used for creating partial functions. This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.


Nested Class Summary
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.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