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

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

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

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

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

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

Uses of ExecutableMapSelectedOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return ExecutableMapSelectedOperator
 ExecutableMapSelectedOperator<K,V> ExecutableMapSelectedOperator.execAsMap(IFunction<? super Map<K,V>,? extends Map<? extends K,? extends V>> function)
           Executes the specified function on the target object, creating a new map operator containing the result of the execution.
 



Copyright © 2012 The OP4J team. All Rights Reserved.