com.togethersoft.openapi.util.function
Class Diagram function

Class Summary
ComparatorAdapter This light version of stadard Comparator from JDK.
ConstantCondition Presents two boolean constant UnaryConditions : TRUE and FALSE.
InvertibleFunction Presents unary operation "inverse".
UnaryCondition Declares a single method called execute() that takes a single object as its argument and returns a boolean.
UnaryInverse Minimal implementation of unary operation and invertion.
UnaryOperation Presents unary operation above Object.
UniqueElementFilter This filter used to check exsiting Objects for uniqueness.