org.op4j.operators.qualities
Interface SelectedMapEntryOperator<K,V>

All Known Subinterfaces:
ILevel1MapEntriesSelectedOperator<I,K,V>, ILevel1MapSelectedEntriesSelectedOperator<I,K,V>
All Known Implementing Classes:
Level1MapEntriesSelectedOperator, Level1MapEntriesSelectedOperator, Level1MapSelectedEntriesSelectedOperator, Level1MapSelectedEntriesSelectedOperator

public interface SelectedMapEntryOperator<K,V>

This interface contains methods for ending selections on map entries.

Since:
1.0
Author:
Daniel Fernández

Method Summary
 SelectableMapEntryOperator<K,V> endIf()
           Ends the selection currently active for this level.
 

Method Detail

endIf

SelectableMapEntryOperator<K,V> endIf()

Ends the selection currently active for this level.

Returns:
an operator which will execute all subsequent operations on all the target objects instead of only on the previously selected ones.


Copyright © 2012 The OP4J team. All Rights Reserved.