Package org.springframework.rules.closure

Out of the box functions that address common needs.

See:
          Description

Interface Summary
BinaryClosure A function object that tests two arguments and returns a single boolean result.
BinaryConstraint A function object that tests two arguments and returns a single boolean result.
 

Class Summary
AbstractBinaryClosure Conveneince support class for binary closures.
Maximum Returns the maximum of two Comparable objects; with nulls regarded a being less than non null.
Minimum Returns the maximum of two Comparable objects; with nulls regarded a being less than non null.
StringLength Returns the Integer length of an object's string form, or zero if the object is null.
StringTrimmer Returns a trimmed copy of the string form of an object.
 

Package org.springframework.rules.closure Description

Out of the box functions that address common needs.



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.