Uses of Package
uk.co.jezuk.mango

Classes in uk.co.jezuk.mango used by uk.co.jezuk.mango
BinaryFunction
          A BinaryFunction is some function taking two arguments - fn(x, y).
BinaryPredicate
          A BinaryPredicate is some function taking two arguments - fn(x, y) and returning the result of some test.
Generator
          A Generator describes a function which takes no arguments - fn().
Predicate
          A Predicate is a special form of a UnaryFunction, whose result represents the truth or otherwise of some condition.
UnaryFunction
          A UnaryFunction describes a function which takes one argument - fn(x).
 



Copyright © 2002-2006 JezUK Ltd.