Package net.sf.jga.fn.logical

Provides Functors and Predicates that implement boolean logic.

See: Description

Package net.sf.jga.fn.logical Description:

Provides Functors and Predicates that implement boolean logic.

The LogicalAnd, LogicalOr, and LogicalNot predicates operate on Boolean values. The others are Predicates that operate on the results of child predicates, generally passed to their constructors.