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

Packages that use ExecutableArrayElementsOperator
org.op4j.operators.impl.fn.array   
org.op4j.operators.intf.array   
org.op4j.operators.qualities   
 

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

Classes in org.op4j.operators.impl.fn.array that implement ExecutableArrayElementsOperator
 class Level1ArrayElementsOperator<I,T>
           
 

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

Subinterfaces of ExecutableArrayElementsOperator in org.op4j.operators.intf.array
 interface ILevel1ArrayElementsOperator<I,T>
           
 

Uses of ExecutableArrayElementsOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return ExecutableArrayElementsOperator
 ExecutableArrayElementsOperator<T> ExecutableArrayElementsOperator.exec(IFunction<? super T,? extends T> function)
           Executes the specified function on the target object, creating a new operator containing the result of the execution as a new array.
<X> ExecutableArrayElementsOperator<X>
ExecutableArrayElementsOperator.exec(org.javaruntype.type.Type<X> type, IFunction<? super T,X> function)
           Executes the specified function on the target object, creating a new array containing the result of the execution.
 ExecutableArrayElementsOperator<T> ExecutableArrayElementsOperator.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> ExecutableArrayElementsOperator<X>
ExecutableArrayElementsOperator.execIfFalse(org.javaruntype.type.Type<X> type, 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.
 ExecutableArrayElementsOperator<T> ExecutableArrayElementsOperator.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> ExecutableArrayElementsOperator<X>
ExecutableArrayElementsOperator.execIfIndex(org.javaruntype.type.Type<X> type, 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.
 ExecutableArrayElementsOperator<T> ExecutableArrayElementsOperator.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> ExecutableArrayElementsOperator<X>
ExecutableArrayElementsOperator.execIfIndexNot(org.javaruntype.type.Type<X> type, 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.
 ExecutableArrayElementsOperator<T> ExecutableArrayElementsOperator.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> ExecutableArrayElementsOperator<X>
ExecutableArrayElementsOperator.execIfNotNull(org.javaruntype.type.Type<X> type, 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.
 ExecutableArrayElementsOperator<T> ExecutableArrayElementsOperator.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> ExecutableArrayElementsOperator<X>
ExecutableArrayElementsOperator.execIfNull(org.javaruntype.type.Type<X> type, 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.
 ExecutableArrayElementsOperator<T> ExecutableArrayElementsOperator.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> ExecutableArrayElementsOperator<X>
ExecutableArrayElementsOperator.execIfTrue(org.javaruntype.type.Type<X> type, 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.