| Package | Description |
|---|---|
| no.digipost | |
| no.digipost.tuple | |
| no.digipost.util |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> AdaptableCollector<ViewableAsTuple<T1,Optional<T2>>,?,Map<T1,List<T2>>> |
DiggCollectors.toMultimap()
A multimap maps from keys to lists, and this collector will arrange
tuples
by putting each distinct first tuple-element as keys of the resulting map, mapping
them to a List, and adding each second tuple-element to the list. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Tuple<T1,T2>
A tuple is a simple composition of two arbitrary values (objects).
|
| Modifier and Type | Method and Description |
|---|---|
<V> AttributesMap.Builder |
AttributesMap.Builder.and(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue)
Add an attribute coupled with a value.
|
static <V> AttributesMap.Builder |
AttributesMap.with(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue,
AttributesMap.Config... configSwitches) |
Copyright © 2016 Digipost. All rights reserved.