org.op4j.operators.qualities
Interface NavigatingMapEntryOperator

All Known Subinterfaces:
ILevel2MapEntriesKeyOperator<I,K,V>, ILevel2MapEntriesSelectedKeyOperator<I,K,V>, ILevel2MapEntriesSelectedValueOperator<I,K,V>, ILevel2MapEntriesValueOperator<I,K,V>, ILevel2MapSelectedEntriesKeyOperator<I,K,V>, ILevel2MapSelectedEntriesSelectedKeyOperator<I,K,V>, ILevel2MapSelectedEntriesSelectedValueOperator<I,K,V>, ILevel2MapSelectedEntriesValueOperator<I,K,V>
All Known Implementing Classes:
Level2MapEntriesKeyOperator, Level2MapEntriesKeyOperator, Level2MapEntriesSelectedKeyOperator, Level2MapEntriesSelectedKeyOperator, Level2MapEntriesSelectedValueOperator, Level2MapEntriesSelectedValueOperator, Level2MapEntriesValueOperator, Level2MapEntriesValueOperator, Level2MapSelectedEntriesKeyOperator, Level2MapSelectedEntriesKeyOperator, Level2MapSelectedEntriesSelectedKeyOperator, Level2MapSelectedEntriesSelectedKeyOperator, Level2MapSelectedEntriesSelectedValueOperator, Level2MapSelectedEntriesSelectedValueOperator, Level2MapSelectedEntriesValueOperator, Level2MapSelectedEntriesValueOperator

public interface NavigatingMapEntryOperator

This interface contains methods for ending the selection of keys/values in map entries.

Since:
1.0
Author:
Daniel Fernández

Method Summary
 NavigableMapEntryOperator endOn()
           Stops the selection of key/value.
 

Method Detail

endOn

NavigableMapEntryOperator endOn()

Stops the selection of key/value. After the execution of this method, all subsequent operations will be applied on the map entry as a whole instead of only on its key or value.

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


Copyright © 2012 The OP4J team. All Rights Reserved.