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

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

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

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

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

Subinterfaces of ExecutableSetSelectedOperator in org.op4j.operators.intf.set
 interface ILevel0SetSelectedOperator<I,T>
           
 

Uses of ExecutableSetSelectedOperator in org.op4j.operators.qualities
 

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



Copyright © 2012 The OP4J team. All Rights Reserved.