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

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

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

Classes in org.op4j.operators.impl.fn.map that implement SelectedMapEntryOperator
 class Level1MapEntriesSelectedOperator<I,K,V>
           
 class Level1MapSelectedEntriesSelectedOperator<I,K,V>
           
 

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

Subinterfaces of SelectedMapEntryOperator in org.op4j.operators.intf.map
 interface ILevel1MapEntriesSelectedOperator<I,K,V>
           
 interface ILevel1MapSelectedEntriesSelectedOperator<I,K,V>
           
 

Uses of SelectedMapEntryOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return SelectedMapEntryOperator
 SelectedMapEntryOperator<K,V> SelectableMapEntryOperator.ifFalse(IFunction<? super Map.Entry<K,V>,Boolean> eval)
           Selects only those targets for which the specified evaluator returns false.
 SelectedMapEntryOperator<K,V> SelectableMapEntryOperator.ifIndex(int... indexes)
           Selects only those targets which index in the current level of iteration matches any of the specified indexes.
 SelectedMapEntryOperator<K,V> SelectableMapEntryOperator.ifIndexNot(int... indexes)
           Selects only those targets which index in the current level of iteration does not match any of the specified indexes.
 SelectedMapEntryOperator<K,V> SelectableMapEntryOperator.ifKeyEquals(K... keys)
           Selects only those entries which key matches any of the specified values.
 SelectedMapEntryOperator<K,V> SelectableMapEntryOperator.ifKeyNotEquals(K... keys)
           Selects only those entries which key does not match any of the specified values.
 SelectedMapEntryOperator<K,V> SelectableMapEntryOperator.ifTrue(IFunction<? super Map.Entry<K,V>,Boolean> eval)
           Selects only those targets for which the specified evaluator returns true.
 



Copyright © 2012 The OP4J team. All Rights Reserved.