Uses of Package
org.op4j.operators.qualities

Packages that use org.op4j.operators.qualities
org.op4j.operators.impl   
org.op4j.operators.impl.fn.array   
org.op4j.operators.impl.fn.generic   
org.op4j.operators.impl.fn.list   
org.op4j.operators.impl.fn.map   
org.op4j.operators.impl.fn.set   
org.op4j.operators.impl.op.array   
org.op4j.operators.impl.op.generic   
org.op4j.operators.impl.op.list   
org.op4j.operators.impl.op.map   
org.op4j.operators.impl.op.set   
org.op4j.operators.intf.array   
org.op4j.operators.intf.generic   
org.op4j.operators.intf.list   
org.op4j.operators.intf.map   
org.op4j.operators.intf.set   
org.op4j.operators.qualities   
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl
Operator
           Base interface for all operators.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.fn.array
CastableToArrayOperator
           This interface contains methods for casts to array (T[]).
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ConvertibleToListOperator
           This interface contains methods for conversions to list.
ConvertibleToMapOfArrayOperator
           This interface contains methods for conversions to map of array (array group map).
ConvertibleToMapOperator
           This interface contains methods for conversions to map.
ConvertibleToSetOperator
           This interface contains methods for conversions to set.
DistinguishableOperator
           This interface contains methods for performing a "distinct" operator (removing all duplicates from a structure).
ExecutableArrayElementsOperator
           This interface contains methods for executing functions.
ExecutableArrayOperator
           This interface contains methods for executing functions on operators with array target objects.
ExecutableArraySelectedOperator
           This interface contains methods for executing functions on operators with array target objects on which a selection ("if") has already been done.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableCollectionOperator
           This interface contains methods for modifying structures (adding/removing elements).
NavigableCollectionOperator
           This interface contains methods for iterating collections.
NavigatingCollectionOperator
           This interface contains methods for ending collection iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableElementsOperator
           This interface contains methods for selecting targets.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedElementsOperator
           This interface contains methods for ending selections.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqFnOperator
           Base interface for all function ("fn") operators working on only one target object.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.fn.generic
BuilderOperator
           This interface defines methods for the building of structures from generic non-multi operators.
CastableToStructuresOperator
           This interface contains methods for casts to structures: array, lists, maps and sets.
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ExecutableOperator
           This interface contains methods for executing functions.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedOperator
           This interface contains methods for ending selections.
UniqFnOperator
           Base interface for all function ("fn") operators working on only one target object.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.fn.list
CastableToListOperator
           This interface contains methods for casts to list (List).
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ConvertibleToArrayOperator
           This interface contains methods for conversions to array.
ConvertibleToMapOfListOperator
           This interface contains methods for conversions to map of array (array group map).
ConvertibleToMapOperator
           This interface contains methods for conversions to map.
ConvertibleToSetOperator
           This interface contains methods for conversions to set.
DistinguishableOperator
           This interface contains methods for performing a "distinct" operator (removing all duplicates from a structure).
ExecutableElementsOperator
           This interface contains methods for executing functions.
ExecutableListOperator
           This interface contains methods for executing functions on operators with list target objects.
ExecutableListSelectedOperator
           This interface contains methods for executing functions on operators with list target objects on which a selection ("if") has already been done.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableCollectionOperator
           This interface contains methods for modifying structures (adding/removing elements).
NavigableCollectionOperator
           This interface contains methods for iterating collections.
NavigatingCollectionOperator
           This interface contains methods for ending collection iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableElementsOperator
           This interface contains methods for selecting targets.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedElementsOperator
           This interface contains methods for ending selections.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqFnOperator
           Base interface for all function ("fn") operators working on only one target object.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.fn.map
CastableToMapOperator
           This interface contains methods for casts to map (Map).
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ExecutableMapEntryOperator
           This interface contains methods for executing functions on operators with map entry target objects.
ExecutableMapEntrySelectedOperator
           This interface contains methods for executing functions on operators with map entry target objects on which a selection ("if") has already been done.
ExecutableMapOperator
           This interface contains methods for executing functions on operators with map target objects.
ExecutableMapSelectedOperator
           This interface contains methods for executing functions on operators with map target objects on which a selection ("if") has already been done.
ExecutableOperator
           This interface contains methods for executing functions.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
ExtractableMapOperator
           This interface defines methods for extracting keys (discarding values) or values (discarding keys) in operators holding map target objects.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableMapOperator
           This interface contains methods for modifying maps (adding/removing elements).
NavigableMapEntryOperator
           This interface contains methods for accessing keys and values at map entries.
NavigableMapOperator
           This interface contains methods for iterating the entries in a map.
NavigatingMapEntryOperator
           This interface contains methods for ending the selection of keys/values in map entries.
NavigatingMapOperator
           This interface contains methods for ending map entry iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableMapEntryComponentOperator
           This interface contains methods for selecting targets.
SelectableMapEntryOperator
           This interface contains methods for selecting map entries.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedMapEntryComponentOperator
           This interface contains methods for ending selections.
SelectedMapEntryOperator
           This interface contains methods for ending selections on map entries.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqFnOperator
           Base interface for all function ("fn") operators working on only one target object.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.fn.set
CastableToSetOperator
           This interface contains methods for casts to set (Set).
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ConvertibleToArrayOperator
           This interface contains methods for conversions to array.
ConvertibleToListOperator
           This interface contains methods for conversions to list.
ConvertibleToMapOfSetOperator
           This interface contains methods for conversions to map of array (array group map).
ConvertibleToMapOperator
           This interface contains methods for conversions to map.
ExecutableElementsOperator
           This interface contains methods for executing functions.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
ExecutableSetOperator
           This interface contains methods for executing functions on operators with set entry target objects.
ExecutableSetSelectedOperator
           This interface contains methods for executing functions on operators with set entry target objects on which a selection ("if") has already been done.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableCollectionOperator
           This interface contains methods for modifying structures (adding/removing elements).
NavigableCollectionOperator
           This interface contains methods for iterating collections.
NavigatingCollectionOperator
           This interface contains methods for ending collection iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableElementsOperator
           This interface contains methods for selecting targets.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedElementsOperator
           This interface contains methods for ending selections.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqFnOperator
           Base interface for all function ("fn") operators working on only one target object.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.op.array
CastableToArrayOperator
           This interface contains methods for casts to array (T[]).
ConvertibleToListOperator
           This interface contains methods for conversions to list.
ConvertibleToMapOperator
           This interface contains methods for conversions to map.
ConvertibleToSetOperator
           This interface contains methods for conversions to set.
ExecutableIndefiniteArrayOperator
           This interface contains methods for executing functions on arrays for which a component type has not yet been specified.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
Operator
           Base interface for all operators.
ReversibleOperator
           This interface contains methods for reversing a structure.
UniqOperator
           Base interface for all operators working on only one target objects.
UniqOpOperator
           Base interface for all object ("op") operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.op.generic
UniqOpOperator
           Base interface for all object ("op") operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.op.list
UniqOpOperator
           Base interface for all object ("op") operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.op.map
BuildingMapOperator
           This interface defines methods for operators that are building maps after a "onMapFor" call.
CastableToMapOperator
           This interface contains methods for casts to map (Map).
ExecutableMapOperator
           This interface contains methods for executing functions on operators with map target objects.
ExtractableMapOperator
           This interface defines methods for extracting keys (discarding values) or values (discarding keys) in operators holding map target objects.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableMapOperator
           This interface contains methods for modifying maps (adding/removing elements).
NavigableMapOperator
           This interface contains methods for iterating the entries in a map.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableOperator
           This interface contains methods for selecting targets.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqOperator
           Base interface for all operators working on only one target objects.
UniqOpOperator
           Base interface for all object ("op") operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.impl.op.set
UniqOpOperator
           Base interface for all object ("op") operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.intf.array
CastableToArrayOperator
           This interface contains methods for casts to array (T[]).
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ConvertibleToListOperator
           This interface contains methods for conversions to list.
ConvertibleToMapOfArrayOperator
           This interface contains methods for conversions to map of array (array group map).
ConvertibleToMapOperator
           This interface contains methods for conversions to map.
ConvertibleToSetOperator
           This interface contains methods for conversions to set.
DistinguishableOperator
           This interface contains methods for performing a "distinct" operator (removing all duplicates from a structure).
ExecutableArrayElementsOperator
           This interface contains methods for executing functions.
ExecutableArrayOperator
           This interface contains methods for executing functions on operators with array target objects.
ExecutableArraySelectedOperator
           This interface contains methods for executing functions on operators with array target objects on which a selection ("if") has already been done.
ExecutableIndefiniteArrayOperator
           This interface contains methods for executing functions on arrays for which a component type has not yet been specified.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableCollectionOperator
           This interface contains methods for modifying structures (adding/removing elements).
NavigableCollectionOperator
           This interface contains methods for iterating collections.
NavigatingCollectionOperator
           This interface contains methods for ending collection iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableElementsOperator
           This interface contains methods for selecting targets.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedElementsOperator
           This interface contains methods for ending selections.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.intf.generic
BuilderOperator
           This interface defines methods for the building of structures from generic non-multi operators.
CastableToStructuresOperator
           This interface contains methods for casts to structures: array, lists, maps and sets.
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ExecutableOperator
           This interface contains methods for executing functions.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedOperator
           This interface contains methods for ending selections.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.intf.list
CastableToListOperator
           This interface contains methods for casts to list (List).
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ConvertibleToArrayOperator
           This interface contains methods for conversions to array.
ConvertibleToMapOfListOperator
           This interface contains methods for conversions to map of array (array group map).
ConvertibleToMapOperator
           This interface contains methods for conversions to map.
ConvertibleToSetOperator
           This interface contains methods for conversions to set.
DistinguishableOperator
           This interface contains methods for performing a "distinct" operator (removing all duplicates from a structure).
ExecutableElementsOperator
           This interface contains methods for executing functions.
ExecutableListOperator
           This interface contains methods for executing functions on operators with list target objects.
ExecutableListSelectedOperator
           This interface contains methods for executing functions on operators with list target objects on which a selection ("if") has already been done.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableCollectionOperator
           This interface contains methods for modifying structures (adding/removing elements).
NavigableCollectionOperator
           This interface contains methods for iterating collections.
NavigatingCollectionOperator
           This interface contains methods for ending collection iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableElementsOperator
           This interface contains methods for selecting targets.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedElementsOperator
           This interface contains methods for ending selections.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.intf.map
BuildingMapOperator
           This interface defines methods for operators that are building maps after a "onMapFor" call.
CastableToMapOperator
           This interface contains methods for casts to map (Map).
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ExecutableMapEntryOperator
           This interface contains methods for executing functions on operators with map entry target objects.
ExecutableMapEntrySelectedOperator
           This interface contains methods for executing functions on operators with map entry target objects on which a selection ("if") has already been done.
ExecutableMapOperator
           This interface contains methods for executing functions on operators with map target objects.
ExecutableMapSelectedOperator
           This interface contains methods for executing functions on operators with map target objects on which a selection ("if") has already been done.
ExecutableOperator
           This interface contains methods for executing functions.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
ExtractableMapOperator
           This interface defines methods for extracting keys (discarding values) or values (discarding keys) in operators holding map target objects.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableMapOperator
           This interface contains methods for modifying maps (adding/removing elements).
NavigableMapEntryOperator
           This interface contains methods for accessing keys and values at map entries.
NavigableMapOperator
           This interface contains methods for iterating the entries in a map.
NavigatingMapEntryOperator
           This interface contains methods for ending the selection of keys/values in map entries.
NavigatingMapOperator
           This interface contains methods for ending map entry iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableMapEntryComponentOperator
           This interface contains methods for selecting targets.
SelectableMapEntryOperator
           This interface contains methods for selecting map entries.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedMapEntryComponentOperator
           This interface contains methods for ending selections.
SelectedMapEntryOperator
           This interface contains methods for ending selections on map entries.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.intf.set
CastableToSetOperator
           This interface contains methods for casts to set (Set).
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ConvertibleToArrayOperator
           This interface contains methods for conversions to array.
ConvertibleToListOperator
           This interface contains methods for conversions to list.
ConvertibleToMapOfSetOperator
           This interface contains methods for conversions to map of array (array group map).
ConvertibleToMapOperator
           This interface contains methods for conversions to map.
ExecutableElementsOperator
           This interface contains methods for executing functions.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
ExecutableSetOperator
           This interface contains methods for executing functions on operators with set entry target objects.
ExecutableSetSelectedOperator
           This interface contains methods for executing functions on operators with set entry target objects on which a selection ("if") has already been done.
GenerizableOperator
           This interface contains methods for converting specialized structure operators (list, set, array...) into generic operators (as if an "Op.on" was executed on them instead of "Op.onList", "Op.onArray", etc.)
ModifiableCollectionOperator
           This interface contains methods for modifying structures (adding/removing elements).
NavigableCollectionOperator
           This interface contains methods for iterating collections.
NavigatingCollectionOperator
           This interface contains methods for ending collection iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableElementsOperator
           This interface contains methods for selecting targets.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedElementsOperator
           This interface contains methods for ending selections.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
TotalizableOperator
           This interface defines methods for executing "all" and "any" operations.
UniqOperator
           Base interface for all operators working on only one target objects.
 

Classes in org.op4j.operators.qualities used by org.op4j.operators.qualities
CastableToTypeOperator
           This interface contains methods for casts to a specific type.
ExecutableArrayElementsOperator
           This interface contains methods for executing functions.
ExecutableArrayOperator
           This interface contains methods for executing functions on operators with array target objects.
ExecutableArraySelectedOperator
           This interface contains methods for executing functions on operators with array target objects on which a selection ("if") has already been done.
ExecutableElementsOperator
           This interface contains methods for executing functions.
ExecutableListOperator
           This interface contains methods for executing functions on operators with list target objects.
ExecutableListSelectedOperator
           This interface contains methods for executing functions on operators with list target objects on which a selection ("if") has already been done.
ExecutableMapEntryOperator
           This interface contains methods for executing functions on operators with map entry target objects.
ExecutableMapEntrySelectedOperator
           This interface contains methods for executing functions on operators with map entry target objects on which a selection ("if") has already been done.
ExecutableMapOperator
           This interface contains methods for executing functions on operators with map target objects.
ExecutableMapSelectedOperator
           This interface contains methods for executing functions on operators with map target objects on which a selection ("if") has already been done.
ExecutableOperator
           This interface contains methods for executing functions.
ExecutableSelectedOperator
           This interface contains methods for executing functions in operators on which a selection ("if") has already been done.
ExecutableSetOperator
           This interface contains methods for executing functions on operators with set entry target objects.
ExecutableSetSelectedOperator
           This interface contains methods for executing functions on operators with set entry target objects on which a selection ("if") has already been done.
ModifiableCollectionOperator
           This interface contains methods for modifying structures (adding/removing elements).
ModifiableMapOperator
           This interface contains methods for modifying maps (adding/removing elements).
NavigableCollectionOperator
           This interface contains methods for iterating collections.
NavigableMapEntryOperator
           This interface contains methods for accessing keys and values at map entries.
NavigableMapOperator
           This interface contains methods for iterating the entries in a map.
NavigatingCollectionOperator
           This interface contains methods for ending collection iterations.
NavigatingMapEntryOperator
           This interface contains methods for ending the selection of keys/values in map entries.
NavigatingMapOperator
           This interface contains methods for ending map entry iterations.
Operator
           Base interface for all operators.
ReplaceableIfNullOperator
           This interface contains methods for replacing targets if they are null.
ReplaceableOperator
           This interface contains methods for replacing targets.
ReversibleOperator
           This interface contains methods for reversing a structure.
SelectableElementsOperator
           This interface contains methods for selecting targets.
SelectableMapEntryComponentOperator
           This interface contains methods for selecting targets.
SelectableMapEntryOperator
           This interface contains methods for selecting map entries.
SelectableOperator
           This interface contains methods for selecting targets.
SelectedElementsOperator
           This interface contains methods for ending selections.
SelectedMapEntryComponentOperator
           This interface contains methods for ending selections.
SelectedMapEntryOperator
           This interface contains methods for ending selections on map entries.
SelectedOperator
           This interface contains methods for ending selections.
SortableOperator
           This interface contains methods for sorting the elements of a structure.
UniqOperator
           Base interface for all operators working on only one target objects.
 



Copyright © 2012 The OP4J team. All Rights Reserved.