0.10.8-alpha
|
A container object for map functions and processors. More...
Classes | |
class | ApplyAll |
Creates a new map by applying a function to all the values of a map given as input. More... | |
class | Get |
Gets a value in the map, based on the name of a key. More... | |
class | MapPutInto |
Updates a map by putting key-value pairs into it. More... | |
class | MathMap |
A map that implements equality based on its contents. More... | |
class | MergeMaps |
Updates a map by merging its contents with a stream of incoming maps. More... | |
class | MultiValues |
Gets the multi-set of values in a map. More... | |
class | PutInto |
Updates a map by putting key-value pairs into it. More... | |
class | Values |
Gets the set of values in a map. More... | |
Static Public Attributes | |
static final transient Values | values = new Values() |
Extracts the set of values of a map. More... | |
static final transient MultiValues | multiValues = new MultiValues() |
Extracts the multi-set of values of a map. More... | |
A container object for map functions and processors.
Some functions come in two flavors:
|
static |