org.op4j.operators.qualities
Interface BuildingMapOperator<I,K,V>

All Known Subinterfaces:
ILevel0BuildingMapOperator<I,K,V>
All Known Implementing Classes:
Level0BuildingMapOperator

public interface BuildingMapOperator<I,K,V>

This interface defines methods for operators that are building maps after a "onMapFor" call.

Since:
1.0
Author:
Daniel Fernández

Method Summary
 ILevel0BuildingMapOperator<I,K,V> and(K key, V value)
           Adds a new entry to the map being built.
 

Method Detail

and

ILevel0BuildingMapOperator<I,K,V> and(K key,
                                      V value)

Adds a new entry to the map being built.

Parameters:
key - the key to be added
value - the value to be added
Returns:
an operator on the resulting map


Copyright © 2012 The OP4J team. All Rights Reserved.