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

Packages that use ExecutableMapOperator
org.op4j.operators.impl.fn.map   
org.op4j.operators.impl.op.map   
org.op4j.operators.intf.map   
org.op4j.operators.qualities   
 

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

Classes in org.op4j.operators.impl.fn.map that implement ExecutableMapOperator
 class Level0MapOperator<I,K,V>
           
 

Uses of ExecutableMapOperator in org.op4j.operators.impl.op.map
 

Classes in org.op4j.operators.impl.op.map that implement ExecutableMapOperator
 class Level0BuildingMapOperator<I,K,V>
           
 

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

Subinterfaces of ExecutableMapOperator in org.op4j.operators.intf.map
 interface ILevel0BuildingMapOperator<I,K,V>
           
 interface ILevel0MapOperator<I,K,V>
           
 

Uses of ExecutableMapOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return ExecutableMapOperator
<X,Y> ExecutableMapOperator<X,Y>
ExecutableMapOperator.execAsMap(IFunction<? super Map<K,V>,? extends Map<X,Y>> function)
           Executes the specified function on the target map, creating a new map operator containing the result of the execution.
 ExecutableMapOperator<K,V> ExecutableMapOperator.execIfFalseAsMap(IFunction<? super Map<K,V>,Boolean> eval, IFunction<? super Map<K,V>,? extends Map<? extends K,? extends V>> function)
           Executes a function in a way equivalent to execAsMap(IFunction) but only on selected elements, leaving all other elements untouched.
<X,Y> ExecutableMapOperator<X,Y>
ExecutableMapOperator.execIfFalseAsMap(IFunction<? super Map<K,V>,Boolean> eval, IFunction<? super Map<K,V>,? extends Map<X,Y>> function, IFunction<? super Map<K,V>,? extends Map<X,Y>> elseFunction)
           Executes a function in a way equivalent to execAsMap(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableMapOperator<K,V> ExecutableMapOperator.execIfNotNullAsMap(IFunction<? super Map<K,V>,? extends Map<? extends K,? extends V>> function)
           Executes a function in a way equivalent to execAsMap(IFunction) but only on selected elements, leaving all other elements untouched.
<X,Y> ExecutableMapOperator<X,Y>
ExecutableMapOperator.execIfNotNullAsMap(IFunction<? super Map<K,V>,? extends Map<X,Y>> function, IFunction<? super Map<K,V>,? extends Map<X,Y>> elseFunction)
           Executes a function in a way equivalent to execAsMap(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableMapOperator<K,V> ExecutableMapOperator.execIfNullAsMap(IFunction<? super Map<K,V>,? extends Map<? extends K,? extends V>> function)
           Executes a function in a way equivalent to execAsMap(IFunction) but only on selected elements, leaving all other elements untouched.
<X,Y> ExecutableMapOperator<X,Y>
ExecutableMapOperator.execIfNullAsMap(IFunction<? super Map<K,V>,? extends Map<X,Y>> function, IFunction<? super Map<K,V>,? extends Map<X,Y>> elseFunction)
           Executes a function in a way equivalent to execAsMap(IFunction) but only on selected elements, leaving all other elements untouched.
 ExecutableMapOperator<K,V> ExecutableMapOperator.execIfTrueAsMap(IFunction<? super Map<K,V>,Boolean> eval, IFunction<? super Map<K,V>,? extends Map<? extends K,? extends V>> function)
           Executes a function in a way equivalent to execAsMap(IFunction) but only on selected elements, leaving all other elements untouched.
<X,Y> ExecutableMapOperator<X,Y>
ExecutableMapOperator.execIfTrueAsMap(IFunction<? super Map<K,V>,Boolean> eval, IFunction<? super Map<K,V>,? extends Map<X,Y>> function, IFunction<? super Map<K,V>,? extends Map<X,Y>> elseFunction)
           Executes a function in a way equivalent to execAsMap(IFunction) but only on selected elements, leaving all other elements untouched.
 



Copyright © 2012 The OP4J team. All Rights Reserved.