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

Class Summary
ComparatorAdapterThis light version of stadard Comparator from JDK.
ConstantConditionPresents two boolean constant UnaryConditions : TRUE and FALSE.
InvertibleFunctionPresents unary operation "inverse".
UnaryConditionDeclares a single method called execute() that takes a single object as its argument and returns a boolean.
UnaryInverseMinimal implementation of unary operation and invertion.
UnaryOperationPresents unary operation above Object.
UniqueElementFilterThis filter used to check exsiting Objects for uniqueness.