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

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

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

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

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

Classes in org.op4j.operators.impl.fn.set that implement ExecutableElementsOperator
 class Level1SetElementsOperator<I,T>
           
 

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

Subinterfaces of ExecutableElementsOperator in org.op4j.operators.intf.list
 interface ILevel1ListElementsOperator<I,T>
           
 

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

Subinterfaces of ExecutableElementsOperator in org.op4j.operators.intf.set
 interface ILevel1SetElementsOperator<I,T>
           
 

Uses of ExecutableElementsOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return ExecutableElementsOperator
<X> ExecutableElementsOperator<X>
ExecutableElementsOperator.exec(IFunction<? super T,X> function)
           Executes the specified function on the target object, creating a new array containing the result of the execution.
 ExecutableElementsOperator<T> ExecutableElementsOperator.execIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableElementsOperator<X>
ExecutableElementsOperator.execIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableElementsOperator<T> ExecutableElementsOperator.execIfIndex(int[] indexes, IFunction<? super T,? extends T> function)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableElementsOperator<X>
ExecutableElementsOperator.execIfIndex(int[] indexes, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableElementsOperator<T> ExecutableElementsOperator.execIfIndexNot(int[] indexes, IFunction<? super T,? extends T> function)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableElementsOperator<X>
ExecutableElementsOperator.execIfIndexNot(int[] indexes, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableElementsOperator<T> ExecutableElementsOperator.execIfNotNull(IFunction<? super T,? extends T> function)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableElementsOperator<X>
ExecutableElementsOperator.execIfNotNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableElementsOperator<T> ExecutableElementsOperator.execIfNull(IFunction<? super T,? extends T> function)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableElementsOperator<X>
ExecutableElementsOperator.execIfNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableElementsOperator<T> ExecutableElementsOperator.execIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableElementsOperator<X>
ExecutableElementsOperator.execIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Executes a function in a way equivalent to exec(IFunction) but only on selected elements, leaving all other elements untouched.
 



Copyright © 2012 The OP4J team. All Rights Reserved.