Uses of Interface
org.op4j.operators.intf.list.ILevel0ListOperator

Packages that use ILevel0ListOperator
org.op4j.operators.impl.fn.list   
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 ILevel0ListOperator in org.op4j.operators.impl.fn.list
 

Classes in org.op4j.operators.impl.fn.list that implement ILevel0ListOperator
 class Level0ListOperator<I,T>
           
 

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

Methods in org.op4j.operators.intf.array that return ILevel0ListOperator
 ILevel0ListOperator<I,T> ILevel0IndefiniteArrayOperator.toList()
           
 ILevel0ListOperator<I,T> ILevel0ArrayOperator.toList()
           
 

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

Methods in org.op4j.operators.intf.generic that return ILevel0ListOperator
<X> ILevel0ListOperator<I,X>
ILevel0GenericUniqOperator.castToListOf(org.javaruntype.type.Type<X> type)
           
 ILevel0ListOperator<I,T> ILevel0GenericUniqOperator.intoSingletonList()
           
 

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

Methods in org.op4j.operators.intf.list that return ILevel0ListOperator
 ILevel0ListOperator<I,T> ILevel0ListOperator.add(T newElement)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.addAll(Collection<T> collection)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.addAll(T... newElements)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.castToListOf(org.javaruntype.type.Type<X> type)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.distinct()
           
 ILevel0ListOperator<I,T> ILevel1ListElementsOperator.endFor()
           
 ILevel0ListOperator<I,T> ILevel0ListSelectedOperator.endIf()
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.execAsList(IFunction<? super List<T>,? extends List<X>> function)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.execIfFalseAsList(IFunction<? super List<T>,Boolean> eval, IFunction<? super List<T>,? extends List<? extends T>> function)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.execIfFalseAsList(IFunction<? super List<T>,Boolean> eval, IFunction<? super List<T>,? extends List<X>> function, IFunction<? super List<T>,? extends List<X>> elseFunction)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.execIfNotNullAsList(IFunction<? super List<T>,? extends List<? extends T>> function)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.execIfNotNullAsList(IFunction<? super List<T>,? extends List<X>> function, IFunction<? super List<T>,? extends List<X>> elseFunction)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.execIfNullAsList(IFunction<? super List<T>,? extends List<? extends T>> function)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.execIfNullAsList(IFunction<? super List<T>,? extends List<X>> function, IFunction<? super List<T>,? extends List<X>> elseFunction)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.execIfTrueAsList(IFunction<? super List<T>,Boolean> eval, IFunction<? super List<T>,? extends List<? extends T>> function)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.execIfTrueAsList(IFunction<? super List<T>,Boolean> eval, IFunction<? super List<T>,? extends List<X>> function, IFunction<? super List<T>,? extends List<X>> elseFunction)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.insert(int position, T newElement)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.insertAll(int position, T... newElements)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.map(IFunction<? super T,X> function)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.mapIfNotNull(IFunction<? super T,? extends T> function)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.mapIfNotNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.mapIfNull(IFunction<? super T,? extends T> function)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.mapIfNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
<X> ILevel0ListOperator<I,X>
ILevel0ListOperator.of(org.javaruntype.type.Type<X> type)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllEqual(T... values)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllFalse(IFunction<? super T,Boolean> eval)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllIndexes(int... indexes)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllIndexesNot(int... indexes)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllNotNullAndFalse(IFunction<? super T,Boolean> eval)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllNotNullAndTrue(IFunction<? super T,Boolean> eval)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllNull()
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllNullOrFalse(IFunction<? super T,Boolean> eval)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllNullOrTrue(IFunction<? super T,Boolean> eval)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.removeAllTrue(IFunction<? super T,Boolean> eval)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.replaceIfNullWith(List<T> replacement)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.replaceWith(List<T> replacement)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.reverse()
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.sort()
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.sort(Comparator<? super T> comparator)
           
 ILevel0ListOperator<I,T> ILevel0ListOperator.sortBy(IFunction<? super T,?> by)
           
 

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

Methods in org.op4j.operators.intf.map that return ILevel0ListOperator
 ILevel0ListOperator<I,V> ILevel0MapOperator.extractValues()
           
 ILevel0ListOperator<I,V> ILevel0BuildingMapOperator.extractValues()
           
 

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

Methods in org.op4j.operators.intf.set that return ILevel0ListOperator
 ILevel0ListOperator<I,T> ILevel0SetOperator.toList()
           
 

Uses of ILevel0ListOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return ILevel0ListOperator
 ILevel0ListOperator<I,T> BuilderOperator.intoSingletonList()
           Builds a list containing the operator's targets.
 



Copyright © 2012 The OP4J team. All Rights Reserved.