Uses of Interface
org.op4j.operators.qualities.Operator

Packages that use Operator
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.map   
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   
 

Uses of Operator in org.op4j.operators.impl
 

Classes in org.op4j.operators.impl that implement Operator
 class AbstractOperator
           
 

Uses of Operator in org.op4j.operators.impl.fn.array
 

Classes in org.op4j.operators.impl.fn.array that implement Operator
 class Level0ArrayOperator<I,T>
           
 class Level0ArraySelectedOperator<I,T>
           
 class Level1ArrayElementsOperator<I,T>
           
 class Level1ArrayElementsSelectedOperator<I,T>
           
 class Level1ArraySelectedElementsOperator<I,T>
           
 class Level1ArraySelectedElementsSelectedOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.impl.fn.generic
 

Classes in org.op4j.operators.impl.fn.generic that implement Operator
 class Level0GenericUniqOperator<I,T>
           
 class Level0GenericUniqSelectedOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.impl.fn.list
 

Classes in org.op4j.operators.impl.fn.list that implement Operator
 class Level0ListOperator<I,T>
           
 class Level0ListSelectedOperator<I,T>
           
 class Level1ListElementsOperator<I,T>
           
 class Level1ListElementsSelectedOperator<I,T>
           
 class Level1ListSelectedElementsOperator<I,T>
           
 class Level1ListSelectedElementsSelectedOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.impl.fn.map
 

Classes in org.op4j.operators.impl.fn.map that implement Operator
 class Level0MapOperator<I,K,V>
           
 class Level0MapSelectedOperator<I,K,V>
           
 class Level1MapEntriesOperator<I,K,V>
           
 class Level1MapEntriesSelectedOperator<I,K,V>
           
 class Level1MapSelectedEntriesOperator<I,K,V>
           
 class Level1MapSelectedEntriesSelectedOperator<I,K,V>
           
 class Level2MapEntriesKeyOperator<I,K,V>
           
 class Level2MapEntriesKeySelectedOperator<I,K,V>
           
 class Level2MapEntriesSelectedKeyOperator<I,K,V>
           
 class Level2MapEntriesSelectedKeySelectedOperator<I,K,V>
           
 class Level2MapEntriesSelectedValueOperator<I,K,V>
           
 class Level2MapEntriesSelectedValueSelectedOperator<I,K,V>
           
 class Level2MapEntriesValueOperator<I,K,V>
           
 class Level2MapEntriesValueSelectedOperator<I,K,V>
           
 class Level2MapSelectedEntriesKeyOperator<I,K,V>
           
 class Level2MapSelectedEntriesKeySelectedOperator<I,K,V>
           
 class Level2MapSelectedEntriesSelectedKeyOperator<I,K,V>
           
 class Level2MapSelectedEntriesSelectedKeySelectedOperator<I,K,V>
           
 class Level2MapSelectedEntriesSelectedValueOperator<I,K,V>
           
 class Level2MapSelectedEntriesSelectedValueSelectedOperator<I,K,V>
           
 class Level2MapSelectedEntriesValueOperator<I,K,V>
           
 class Level2MapSelectedEntriesValueSelectedOperator<I,K,V>
           
 

Uses of Operator in org.op4j.operators.impl.fn.set
 

Classes in org.op4j.operators.impl.fn.set that implement Operator
 class Level0SetOperator<I,T>
           
 class Level0SetSelectedOperator<I,T>
           
 class Level1SetElementsOperator<I,T>
           
 class Level1SetElementsSelectedOperator<I,T>
           
 class Level1SetSelectedElementsOperator<I,T>
           
 class Level1SetSelectedElementsSelectedOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.impl.op.array
 

Classes in org.op4j.operators.impl.op.array that implement Operator
 class Level0IndefiniteArrayOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.impl.op.map
 

Classes in org.op4j.operators.impl.op.map that implement Operator
 class Level0BuildingMapOperator<I,K,V>
           
 

Uses of Operator in org.op4j.operators.intf.array
 

Subinterfaces of Operator in org.op4j.operators.intf.array
 interface ILevel0ArrayOperator<I,T>
           
 interface ILevel0ArraySelectedOperator<I,T>
           
 interface ILevel0IndefiniteArrayOperator<I,T>
           
 interface ILevel1ArrayElementsOperator<I,T>
           
 interface ILevel1ArrayElementsSelectedOperator<I,T>
           
 interface ILevel1ArraySelectedElementsOperator<I,T>
           
 interface ILevel1ArraySelectedElementsSelectedOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.intf.generic
 

Subinterfaces of Operator in org.op4j.operators.intf.generic
 interface ILevel0GenericUniqOperator<I,T>
           
 interface ILevel0GenericUniqSelectedOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.intf.list
 

Subinterfaces of Operator in org.op4j.operators.intf.list
 interface ILevel0ListOperator<I,T>
           
 interface ILevel0ListSelectedOperator<I,T>
           
 interface ILevel1ListElementsOperator<I,T>
           
 interface ILevel1ListElementsSelectedOperator<I,T>
           
 interface ILevel1ListSelectedElementsOperator<I,T>
           
 interface ILevel1ListSelectedElementsSelectedOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.intf.map
 

Subinterfaces of Operator in org.op4j.operators.intf.map
 interface ILevel0BuildingMapOperator<I,K,V>
           
 interface ILevel0MapOperator<I,K,V>
           
 interface ILevel0MapSelectedOperator<I,K,V>
           
 interface ILevel1MapEntriesOperator<I,K,V>
           
 interface ILevel1MapEntriesSelectedOperator<I,K,V>
           
 interface ILevel1MapSelectedEntriesOperator<I,K,V>
           
 interface ILevel1MapSelectedEntriesSelectedOperator<I,K,V>
           
 interface ILevel2MapEntriesKeyOperator<I,K,V>
           
 interface ILevel2MapEntriesKeySelectedOperator<I,K,V>
           
 interface ILevel2MapEntriesSelectedKeyOperator<I,K,V>
           
 interface ILevel2MapEntriesSelectedKeySelectedOperator<I,K,V>
           
 interface ILevel2MapEntriesSelectedValueOperator<I,K,V>
           
 interface ILevel2MapEntriesSelectedValueSelectedOperator<I,K,V>
           
 interface ILevel2MapEntriesValueOperator<I,K,V>
           
 interface ILevel2MapEntriesValueSelectedOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesKeyOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesKeySelectedOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesSelectedKeyOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesSelectedKeySelectedOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesSelectedValueOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesSelectedValueSelectedOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesValueOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesValueSelectedOperator<I,K,V>
           
 

Uses of Operator in org.op4j.operators.intf.set
 

Subinterfaces of Operator in org.op4j.operators.intf.set
 interface ILevel0SetOperator<I,T>
           
 interface ILevel0SetSelectedOperator<I,T>
           
 interface ILevel1SetElementsOperator<I,T>
           
 interface ILevel1SetElementsSelectedOperator<I,T>
           
 interface ILevel1SetSelectedElementsOperator<I,T>
           
 interface ILevel1SetSelectedElementsSelectedOperator<I,T>
           
 

Uses of Operator in org.op4j.operators.qualities
 

Subinterfaces of Operator in org.op4j.operators.qualities
 interface UniqFnOperator<I,T>
           Base interface for all function ("fn") operators working on only one target object.
 interface UniqOperator<T>
           Base interface for all operators working on only one target objects.
 interface UniqOpOperator<I,T>
           Base interface for all object ("op") operators working on only one target objects.
 

Methods in org.op4j.operators.qualities that return Operator
<X> Operator
CastableToStructuresOperator.castToArrayOf(org.javaruntype.type.Type<X> type)
           Casts the operator's target as an array of the specified type.
<X> Operator
CastableToArrayOperator.castToArrayOf(org.javaruntype.type.Type<X> type)
           Casts the operator's target as an array of the specified type.
<X> Operator
CastableToStructuresOperator.castToListOf(org.javaruntype.type.Type<X> type)
           Casts the operator's target as a list of the specified type.
<X> Operator
CastableToListOperator.castToListOf(org.javaruntype.type.Type<X> type)
           Casts the operator's target as a list of the specified type.
<K,V> Operator
CastableToStructuresOperator.castToMapOf(org.javaruntype.type.Type<K> keyType, org.javaruntype.type.Type<V> valueType)
           Casts the operator's target as a map of the specified types.
<K,V> Operator
CastableToMapOperator.castToMapOf(org.javaruntype.type.Type<K> keyType, org.javaruntype.type.Type<V> valueType)
           Casts the operator's target as a map of the specified types.
<X> Operator
CastableToStructuresOperator.castToSetOf(org.javaruntype.type.Type<X> type)
           Casts the operator's target as a set of the specified type.
<X> Operator
CastableToSetOperator.castToSetOf(org.javaruntype.type.Type<X> type)
           Casts the operator's target as a set of the specified type.
 Operator ConvertibleToMapOperator.couple()
           Converts the target object to a map, by using the even elements (starting at 0) as keys, and the odd elements as values.
 Operator ConvertibleToMapOfSetOperator.coupleAndGroup()
           Converts the target object to a map, by using the even elements (starting at 0) as keys, and the odd elements as values.
 Operator ConvertibleToMapOfListOperator.coupleAndGroup()
           Converts the target object to a map, by using the even elements (starting at 0) as keys, and the odd elements as values.
 Operator ConvertibleToMapOfArrayOperator.coupleAndGroup()
           Converts the target object to a map, by using the even elements (starting at 0) as keys, and the odd elements as values.
 Operator DistinguishableOperator.distinct()
           Removes all duplicate elements from the target collection or array.
<X> Operator
ExecutableListOperator.exec(IFunction<? super List<T>,X> function)
           Executes the specified function on the target list, creating a new generic operator containing the result of the execution and setting the new operator type to the one specified.
<X> Operator
ExecutableMapEntryOperator.exec(IFunction<? super Map.Entry<K,V>,X> function)
           Executes the specified function on the target map entry, creating a new generic operator containing the result of the execution and setting the new operator type to the one specified.
<X> Operator
ExecutableMapOperator.exec(IFunction<? super Map<K,V>,X> function)
           Executes the specified function on the target object, creating a new generic operator containing the result of the execution and setting the new operator type to the one specified.
<X> Operator
ExecutableSetOperator.exec(IFunction<? super Set<T>,X> function)
           Executes the specified function on the target set, creating a new generic operator containing the result of the execution and setting the new operator type to the one specified.
<X> Operator
ExecutableArrayOperator.exec(IFunction<? super T[],X> function)
           Executes the specified function on the target object, creating a new generic operator containing the result of the execution and setting the new operator type to the one specified.
 Operator ExtractableMapOperator.extractKeys()
           Extracts only the keys of the map (discarding values) and creates an operator which will hold these keys as a target object of type Set.
 Operator ExtractableMapOperator.extractValues()
           Extracts only the values of the map (discarding keys) and creates an operator which will hold these values as a target object of type List.
<K,V> Operator
CastableToMapOperator.of(org.javaruntype.type.Type<K> keyType, org.javaruntype.type.Type<V> valueType)
           Casts the operator's target as a map of the specified types.
<X> Operator
CastableToSetOperator.of(org.javaruntype.type.Type<X> type)
           Casts the operator's target as a set of the specified type.
<X> Operator
CastableToListOperator.of(org.javaruntype.type.Type<X> type)
           Casts the operator's target as a list of the specified type.
<X> Operator
CastableToArrayOperator.of(org.javaruntype.type.Type<X> type)
           Casts the operator's target as an array of the specified type.
 Operator ConvertibleToArrayOperator.toArrayOf(org.javaruntype.type.Type<T> type)
           Converts the current target to an array of the specified type.
<K,V> Operator
ConvertibleToMapOfSetOperator.toGroupMap(IFunction<? super T,K> keyFunction, IFunction<? super T,V> valueFunction)
           Converts the target object to a map by inputting the original target's elements into the specified map builder (a function returning map entries) which will create the resulting keys and values.
<K,V> Operator
ConvertibleToMapOfListOperator.toGroupMap(IFunction<? super T,K> keyFunction, IFunction<? super T,V> valueFunction)
           Converts the target object to a map by inputting the original target's elements into the specified map builder (a function returning map entries) which will create the resulting keys and values.
<K,V> Operator
ConvertibleToMapOfSetOperator.toGroupMap(IFunction<? super T,Map.Entry<K,V>> mapBuilder)
           Converts the target object to a map by inputting the original target's elements into the specified map builder (a function returning map entries) which will create the resulting keys and values.
<K,V> Operator
ConvertibleToMapOfListOperator.toGroupMap(IFunction<? super T,Map.Entry<K,V>> mapBuilder)
           Converts the target object to a map by inputting the original target's elements into the specified map builder (a function returning map entries) which will create the resulting keys and values.
<K,V> Operator
ConvertibleToMapOfArrayOperator.toGroupMapOf(org.javaruntype.type.Type<V> valueType, IFunction<? super T,K> keyFunction, IFunction<? super T,V> valueFunction)
           Converts the target object to a map by inputting the original target's elements into the specified functions, which will create the resulting keys and values.
<K,V> Operator
ConvertibleToMapOfArrayOperator.toGroupMapOf(org.javaruntype.type.Type<V> valueType, IFunction<? super T,Map.Entry<K,V>> mapBuilder)
           Converts the target object to a map by inputting the original target's elements into the specified map builder (a function returning map entries) which will create the resulting keys and values.
 Operator ConvertibleToListOperator.toList()
           Converts the current target to a list.
<K,V> Operator
ConvertibleToMapOperator.toMap(IFunction<? super T,K> keyFunction, IFunction<? super T,V> valueFunction)
           Converts the target object to a map by inputting the original target's elements into the specified functions, which will create the resulting keys and values.
<K,V> Operator
ConvertibleToMapOperator.toMap(IFunction<? super T,Map.Entry<K,V>> mapBuilder)
           Converts the target object to a map by inputting the original target's elements into the specified map builder (a function returning map entries) which will create the resulting keys and values.
 Operator ConvertibleToSetOperator.toSet()
           Converts the current target into a set.
<K> Operator
ConvertibleToMapOfSetOperator.zipAndGroupKeys(K... keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<K> Operator
ConvertibleToMapOfListOperator.zipAndGroupKeys(K... keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<K> Operator
ConvertibleToMapOfArrayOperator.zipAndGroupKeys(K... keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<K> Operator
ConvertibleToMapOfSetOperator.zipAndGroupKeysBy(IFunction<? super T,K> keyEval)
           Converts the target object to a map by using the original target's elements as values and applying an evaluator (keyEval) to them in order to obtain their corresponding keys.
<K> Operator
ConvertibleToMapOfListOperator.zipAndGroupKeysBy(IFunction<? super T,K> keyEval)
           Converts the target object to a map by using the original target's elements as values and applying an evaluator (keyEval) to them in order to obtain their corresponding keys.
<K> Operator
ConvertibleToMapOfArrayOperator.zipAndGroupKeysBy(IFunction<? super T,K> keyEval)
           Converts the target object to a map by using the original target's elements as values and applying an evaluator (keyEval) to them in order to obtain their corresponding keys.
<K> Operator
ConvertibleToMapOfSetOperator.zipAndGroupKeysFrom(Collection<K> keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<K> Operator
ConvertibleToMapOfListOperator.zipAndGroupKeysFrom(Collection<K> keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<K> Operator
ConvertibleToMapOfArrayOperator.zipAndGroupKeysFrom(Collection<K> keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<K> Operator
ConvertibleToMapOfSetOperator.zipAndGroupKeysFrom(K[] keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<K> Operator
ConvertibleToMapOfListOperator.zipAndGroupKeysFrom(K[] keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<K> Operator
ConvertibleToMapOfArrayOperator.zipAndGroupKeysFrom(K[] keys)
           Converts the target object to a map by using the original target's elements as values the specified objects as keys.
<V> Operator
ConvertibleToMapOfArrayOperator.zipAndGroupValues(org.javaruntype.type.Type<V> valueType, V... values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<V> Operator
ConvertibleToMapOfSetOperator.zipAndGroupValues(V... values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<V> Operator
ConvertibleToMapOfListOperator.zipAndGroupValues(V... values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<V> Operator
ConvertibleToMapOfSetOperator.zipAndGroupValuesBy(IFunction<? super T,V> valueEval)
           Converts the target object to a map by using the original target's elements as keys and applying an evaluator (valueEval) to them in order to obtain their corresponding value.
<V> Operator
ConvertibleToMapOfListOperator.zipAndGroupValuesBy(IFunction<? super T,V> valueEval)
           Converts the target object to a map by using the original target's elements as keys and applying an evaluator (valueEval) to them in order to obtain their corresponding value.
<V> Operator
ConvertibleToMapOfArrayOperator.zipAndGroupValuesBy(org.javaruntype.type.Type<V> valueType, IFunction<? super T,V> valueEval)
           Converts the target object to a map by using the original target's elements as keys and applying an evaluator (valueEval) to them in order to obtain their corresponding value.
<V> Operator
ConvertibleToMapOfSetOperator.zipAndGroupValuesFrom(Collection<V> values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<V> Operator
ConvertibleToMapOfListOperator.zipAndGroupValuesFrom(Collection<V> values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<V> Operator
ConvertibleToMapOfArrayOperator.zipAndGroupValuesFrom(org.javaruntype.type.Type<V> valueType, Collection<V> values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<V> Operator
ConvertibleToMapOfArrayOperator.zipAndGroupValuesFrom(org.javaruntype.type.Type<V> valueType, V[] values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<V> Operator
ConvertibleToMapOfSetOperator.zipAndGroupValuesFrom(V[] values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<V> Operator
ConvertibleToMapOfListOperator.zipAndGroupValuesFrom(V[] values)
           Converts the target object to a map by using the original target's elements as keys and the specified objects as values.
<K> Operator
ConvertibleToMapOperator.zipKeys(K... keys)
           Converts the target object to a map by using the original target's elements as values and setting the specified objects as keys.
<K> Operator
ConvertibleToMapOperator.zipKeysBy(IFunction<? super T,K> keyEval)
           Converts the target object to a map by using the original target's elements as values and applying an evaluator (keyEval) to them in order to obtain their corresponding keys.
<K> Operator
ConvertibleToMapOperator.zipKeysFrom(Collection<K> keys)
           Converts the target object to a map by using the original target's elements as values and setting the specified objects as keys.
<K> Operator
ConvertibleToMapOperator.zipKeysFrom(K[] keys)
           Converts the target object to a map by using the original target's elements as values and setting the specified objects as keys.
<V> Operator
ConvertibleToMapOperator.zipValues(V... values)
           Converts the target object to a map by using the original target's elements as keys and applying an evaluator (valueEval) to them in order to obtain their corresponding value.
<V> Operator
ConvertibleToMapOperator.zipValuesBy(IFunction<? super T,V> valueEval)
           Converts the target object to a map by using the original target's elements as keys and applying an evaluator (valueEval) to them in order to obtain their corresponding value.
<V> Operator
ConvertibleToMapOperator.zipValuesFrom(Collection<V> values)
           Converts the target object to a map by using the original target's elements as keys and applying an evaluator (valueEval) to them in order to obtain their corresponding value.
<V> Operator
ConvertibleToMapOperator.zipValuesFrom(V[] values)
           Converts the target object to a map by using the original target's elements as keys and applying an evaluator (valueEval) to them in order to obtain their corresponding value.
 



Copyright © 2012 The OP4J team. All Rights Reserved.