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

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

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

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

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

Subinterfaces of ExecutableListSelectedOperator in org.op4j.operators.intf.list
 interface ILevel0ListSelectedOperator<I,T>
           
 

Uses of ExecutableListSelectedOperator in org.op4j.operators.qualities
 

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



Copyright © 2012 The OP4J team. All Rights Reserved.