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

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

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

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

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

Subinterfaces of ExecutableArraySelectedOperator in org.op4j.operators.intf.array
 interface ILevel0ArraySelectedOperator<I,T>
           
 

Uses of ExecutableArraySelectedOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return ExecutableArraySelectedOperator
 ExecutableArraySelectedOperator<T> ExecutableArraySelectedOperator.execAsArray(IFunction<? super T[],? extends T[]> function)
           Executes the specified function on the target object, creating a new array operator containing the result of the execution.
 ExecutableArraySelectedOperator<T> ExecutableArraySelectedOperator.map(IFunction<? super T,? extends T> function)
           Executes the specified function on each of the elements, creating a new array operator containing the result of all the executions.
 



Copyright © 2012 The OP4J team. All Rights Reserved.