Package com.togethersoft.openapi.util.function

Class Diagram Summary
function 
 

Interface Summary
InvertibleFunctionPresents unary operation "inverse".
UnaryConditionDeclares a single method called execute() that takes a single object as its argument and returns a boolean.
UnaryOperationPresents unary operation above Object.
 

Class Summary
ComparatorAdapterThis light version of stadard Comparator from JDK.
ConstantConditionPresents two boolean constant UnaryConditions : TRUE and FALSE.
UnaryInverseMinimal implementation of unary operation and invertion.
UniqueElementFilterThis filter used to check exsiting Objects for uniqueness.