Package util.fn

Provides classes to emulate functional programming

See:
          Description

Interface Summary
Lambda<A0,R> Function from A0 to R.
Lambda2<A0,A1,R> From A0, A1 to R
Lambda2Void<A0,A1> Function from A0, A1 to void.
Lambda3Void<A0,A1,A2> Function from A0, A1, A2 to void.
LambdaVoid<A0> Function from A0 to void.
 

Class Summary
FnIterable<T> Functional programming like sequences.
 

Package util.fn Description

Provides classes to emulate functional programming