public final class DiggMaps extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V,R> Stream<R> |
unMap(Map<K,V> map,
BiFunction<K,V,R> unmapper) |
static <K,V,R> Stream<R> |
unMap(Map<K,V> map,
Function<Map.Entry<K,V>,R> unmapper) |
static <K,V> Stream<K> |
unMapToKeys(Map<K,V> map,
BiConsumer<? super K,? super V> consumer) |
static <K,V> Stream<V> |
unMapToValues(Map<K,V> map,
BiConsumer<? super V,? super K> consumer) |
public static <K,V> Stream<V> unMapToValues(Map<K,V> map, BiConsumer<? super V,? super K> consumer)
public static <K,V> Stream<K> unMapToKeys(Map<K,V> map, BiConsumer<? super K,? super V> consumer)
public static <K,V,R> Stream<R> unMap(Map<K,V> map, BiFunction<K,V,R> unmapper)
Copyright © 2019 Digipost. All rights reserved.