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

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

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

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

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

Subinterfaces of ExecutableSetOperator in org.op4j.operators.intf.set
 interface ILevel0SetOperator<I,T>
           
 

Uses of ExecutableSetOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return ExecutableSetOperator
<X> ExecutableSetOperator<X>
ExecutableSetOperator.execAsSet(IFunction<? super Set<T>,? extends Set<X>> function)
           Executes the specified function on the target set, creating a new set operator containing the result of the execution.
 ExecutableSetOperator<T> ExecutableSetOperator.execIfFalseAsSet(IFunction<? super Set<T>,Boolean> eval, IFunction<? super Set<T>,? extends Set<? extends T>> function)
           Executes a function in a way equivalent to execAsSet(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.execIfFalseAsSet(IFunction<? super Set<T>,Boolean> eval, IFunction<? super Set<T>,? extends Set<X>> function, IFunction<? super Set<T>,? extends Set<X>> elseFunction)
           Executes a function in a way equivalent to execAsSet(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableSetOperator<T> ExecutableSetOperator.execIfNotNullAsSet(IFunction<? super Set<T>,? extends Set<? extends T>> function)
           Executes a function in a way equivalent to execAsSet(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.execIfNotNullAsSet(IFunction<? super Set<T>,? extends Set<X>> function, IFunction<? super Set<T>,? extends Set<X>> elseFunction)
           Executes a function in a way equivalent to execAsSet(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableSetOperator<T> ExecutableSetOperator.execIfNullAsSet(IFunction<? super Set<T>,? extends Set<? extends T>> function)
           Executes a function in a way equivalent to execAsSet(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.execIfNullAsSet(IFunction<? super Set<T>,? extends Set<X>> function, IFunction<? super Set<T>,? extends Set<X>> elseFunction)
           Executes a function in a way equivalent to execAsSet(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableSetOperator<T> ExecutableSetOperator.execIfTrueAsSet(IFunction<? super Set<T>,Boolean> eval, IFunction<? super Set<T>,? extends Set<? extends T>> function)
           Executes a function in a way equivalent to execAsSet(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.execIfTrueAsSet(IFunction<? super Set<T>,Boolean> eval, IFunction<? super Set<T>,? extends Set<X>> function, IFunction<? super Set<T>,? extends Set<X>> elseFunction)
           Executes a function in a way equivalent to execAsSet(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.map(IFunction<? super T,X> function)
           Executes the specified function on each of the elements, creating a new operator containing the result of all the executions and setting the new operator type to the one resulting from the function execution.
 ExecutableSetOperator<T> ExecutableSetOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableSetOperator<T> ExecutableSetOperator.mapIfNotNull(IFunction<? super T,? extends T> function)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.mapIfNotNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableSetOperator<T> ExecutableSetOperator.mapIfNull(IFunction<? super T,? extends T> function)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.mapIfNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableSetOperator<T> ExecutableSetOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
<X> ExecutableSetOperator<X>
ExecutableSetOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           Maps a function in a way equivalent to map(IFunction) but only on selected elements, leaving all other elements untouched.
 



Copyright © 2012 The OP4J team. All Rights Reserved.