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

Packages that use ExecutableListOperator
org.op4j.operators.impl.fn.list   
org.op4j.operators.intf.list   
org.op4j.operators.qualities   
 

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

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

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

Subinterfaces of ExecutableListOperator in org.op4j.operators.intf.list
 interface ILevel0ListOperator<I,T>
           
 

Uses of ExecutableListOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return ExecutableListOperator
<X> ExecutableListOperator<X>
ExecutableListOperator.execAsList(IFunction<? super List<T>,? extends List<X>> function)
           Executes the specified function on the target object, creating a new list operator containing the result of the execution.
 ExecutableListOperator<T> ExecutableListOperator.execIfFalseAsList(IFunction<? super List<T>,Boolean> eval, IFunction<? super List<T>,? extends List<? extends T>> function)
           Executes a function in a way equivalent to execAsList(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.execIfFalseAsList(IFunction<? super List<T>,Boolean> eval, IFunction<? super List<T>,? extends List<X>> function, IFunction<? super List<T>,? extends List<X>> elseFunction)
           Executes a function in a way equivalent to execAsList(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableListOperator<T> ExecutableListOperator.execIfNotNullAsList(IFunction<? super List<T>,? extends List<? extends T>> function)
           Executes a function in a way equivalent to execAsList(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.execIfNotNullAsList(IFunction<? super List<T>,? extends List<X>> function, IFunction<? super List<T>,? extends List<X>> elseFunction)
           Executes a function in a way equivalent to execAsList(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableListOperator<T> ExecutableListOperator.execIfNullAsList(IFunction<? super List<T>,? extends List<? extends T>> function)
           Executes a function in a way equivalent to execAsList(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.execIfNullAsList(IFunction<? super List<T>,? extends List<X>> function, IFunction<? super List<T>,? extends List<X>> elseFunction)
           Executes a function in a way equivalent to execAsList(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableListOperator<T> ExecutableListOperator.execIfTrueAsList(IFunction<? super List<T>,Boolean> eval, IFunction<? super List<T>,? extends List<? extends T>> function)
           Executes a function in a way equivalent to execAsList(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.execIfTrueAsList(IFunction<? super List<T>,Boolean> eval, IFunction<? super List<T>,? extends List<X>> function, IFunction<? super List<T>,? extends List<X>> elseFunction)
           Executes a function in a way equivalent to execAsList(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.map(IFunction<? super T,X> function)
           Executes the specified function on each of the elements, creating a new list operator containing the result of all the executions and setting the new operator type to the one resulting from the function execution.
 ExecutableListOperator<T> ExecutableListOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableListOperator<T> ExecutableListOperator.mapIfNotNull(IFunction<? super T,? extends T> function)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.mapIfNotNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableListOperator<T> ExecutableListOperator.mapIfNull(IFunction<? super T,? extends T> function)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.mapIfNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableListOperator<T> ExecutableListOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableListOperator<X>
ExecutableListOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
 



Copyright © 2012 The OP4J team. All Rights Reserved.