Uses of Class
com.togethersoft.openapi.util.function.InvertibleFunction

Packages that use InvertibleFunction
com.togethersoft.openapi.util.function 
com.togethersoft.openapi.util.properties 

Uses of InvertibleFunction in com.togethersoft.openapi.util.function
 

Classes in com.togethersoft.openapi.util.function that implement InvertibleFunction
class UnaryInverse
           Minimal implementation of unary operation and invertion.
 

Constructors in com.togethersoft.openapi.util.function with parameters of type InvertibleFunction
UnaryInverse.UnaryInverse(InvertibleFunction inverse)
          
 

Uses of InvertibleFunction in com.togethersoft.openapi.util.properties
 

Constructors in com.togethersoft.openapi.util.properties with parameters of type InvertibleFunction
FilteredNameProperties.FilteredNameProperties(IProperties base, InvertibleFunction filter)
          
FilteredNamePropertiesRO.FilteredNamePropertiesRO(IPropertiesRO base, InvertibleFunction filter)
           Creates new filterd property with specified filter and base property.
 

Methods in com.togethersoft.openapi.util.properties that return InvertibleFunction
protected InvertibleFunctionFilteredNamePropertiesRO.getFilter()