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

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

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

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

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

Subinterfaces of ExecutableMapEntryOperator in org.op4j.operators.intf.map
 interface ILevel1MapEntriesOperator<I,K,V>
           
 

Uses of ExecutableMapEntryOperator in org.op4j.operators.qualities
 

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



Copyright © 2012 The OP4J team. All Rights Reserved.