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

Packages that use ExecutableOperator
org.op4j.operators.impl.fn.generic   
org.op4j.operators.impl.fn.map   
org.op4j.operators.intf.generic   
org.op4j.operators.intf.map   
org.op4j.operators.qualities   
 

Uses of ExecutableOperator in org.op4j.operators.impl.fn.generic
 

Classes in org.op4j.operators.impl.fn.generic that implement ExecutableOperator
 class Level0GenericUniqOperator<I,T>
           
 

Uses of ExecutableOperator in org.op4j.operators.impl.fn.map
 

Classes in org.op4j.operators.impl.fn.map that implement ExecutableOperator
 class Level2MapEntriesKeyOperator<I,K,V>
           
 class Level2MapEntriesValueOperator<I,K,V>
           
 

Uses of ExecutableOperator in org.op4j.operators.intf.generic
 

Subinterfaces of ExecutableOperator in org.op4j.operators.intf.generic
 interface ILevel0GenericUniqOperator<I,T>
           
 

Uses of ExecutableOperator in org.op4j.operators.intf.map
 

Subinterfaces of ExecutableOperator in org.op4j.operators.intf.map
 interface ILevel2MapEntriesKeyOperator<I,K,V>
           
 interface ILevel2MapEntriesValueOperator<I,K,V>
           
 

Uses of ExecutableOperator in org.op4j.operators.qualities
 

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