Package com.togethersoft.openapi.util.function

This package contains several useful classes which presents unary operations above an object and can be used in filter classes.

See
          Description

Class Diagram Summary
function 
 

Interface Summary
InvertibleFunction Presents unary operation "inverse".
UnaryCondition Declares a single method called execute() that takes a single object as its argument and returns a boolean.
UnaryOperation Presents unary operation above Object.
 

Class Summary
ComparatorAdapter This light version of stadard Comparator from JDK.
ConstantCondition Presents two boolean constant UnaryConditions : TRUE and FALSE.
UnaryInverse Minimal implementation of unary operation and invertion.
UniqueElementFilter This filter used to check exsiting Objects for uniqueness.
 

Package com.togethersoft.openapi.util.function Description

This package contains several useful classes which presents unary operations above an object and can be used in filter classes.