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

Packages that use UnaryOperation
com.togethersoft.openapi.ide.inspector.util.editors 
com.togethersoft.openapi.ide.window 
com.togethersoft.openapi.util.enum 
com.togethersoft.openapi.util.function 

Uses of UnaryOperation in com.togethersoft.openapi.ide.inspector.util.editors
 

Constructors in com.togethersoft.openapi.ide.inspector.util.editors with parameters of type UnaryOperation
MultiValueElementChooserUI.MultiValueElementChooserUI(RwiElement rwiElement, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition multiple, UnaryOperation title)
           Initializes this element chooser.
PropertyMapMultiValueElementChooserEditor.PropertyMapMultiValueElementChooserEditor(RwiElement rwiElement, String propertyName, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition multiple, UnaryOperation title)
           Constructs this editor which will be represented on UI as the MultiValueElementChooser.
RwiPropertyMultiValueElementChooserEditor.RwiPropertyMultiValueElementChooserEditor(RwiElement rwiElement, String propertyName, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition multiple, UnaryOperation title)
           Constructs this editor which will be represented on UI as the MultiValueElementChooser.
SingleElementChooserEditor.SingleElementChooserEditor(RwiElement rwiElement, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryOperation title)
           Constructs this editor which will be represented on UI as the SingleElementChooser.
 

Uses of UnaryOperation in com.togethersoft.openapi.ide.window
 

Methods in com.togethersoft.openapi.ide.window with parameters of type UnaryOperation
VectorIdeWindowManager.showElementsSelectorDialog(RwiElement rwiElement, UnaryCondition displayFilter, UnaryCondition classFilter, boolean includeCurrentDiagram, UnaryCondition isMultiple, UnaryOperation title)
           Brings up a modal selector dialog with the specified filtering conditions.
 

Uses of UnaryOperation in com.togethersoft.openapi.util.enum
 

Constructors in com.togethersoft.openapi.util.enum with parameters of type UnaryOperation
FilterEnumeration.FilterEnumeration(Enumeration source, UnaryOperation filter)
           Creates new enumeration from exists and specifies filter for enumeration.
 

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

Subinterfaces of UnaryOperation in com.togethersoft.openapi.util.function
interface InvertibleFunction
           Presents unary operation "inverse".
 

Classes in com.togethersoft.openapi.util.function that implement UnaryOperation
class UniqueElementFilter
           This filter used to check exsiting Objects for uniqueness.