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

All Known Subinterfaces:
ILevel1MapEntriesOperator<I,K,V>, ILevel1MapSelectedEntriesOperator<I,K,V>
All Known Implementing Classes:
Level1MapEntriesOperator, Level1MapEntriesOperator, Level1MapSelectedEntriesOperator, Level1MapSelectedEntriesOperator

public interface NavigatingMapOperator<K,V>

This interface contains methods for ending map entry iterations.

Since:
1.0
Author:
Daniel Fernández

Method Summary
 NavigableMapOperator<K,V> endFor()
           Ends the current iteration.
 

Method Detail

endFor

NavigableMapOperator<K,V> endFor()

Ends the current iteration. After the execution of this method, all subsequent operations will be applied on the iterated map as a whole instead of each entry.

Returns:
an operator which will execute all operations on the iterated map as a whole.


Copyright © 2012 The OP4J team. All Rights Reserved.