Package com.suncode.pwfl.util
Class Maps
java.lang.Object
com.suncode.pwfl.util.Maps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsumeEntries
(BiConsumer<K, V> consumer) static <K,
V> Map.Entry<K, V> entry
(K key, V value) entryFold
(BiFunction<K, V, R> transform) static <K,
V1, V2> Map<K, V2> mapValues
(Map<K, V1> map, BiFunction<K, V1, V2> transform) toMap()
toMap
(BinaryOperator<V> mergeFunction)
-
Constructor Details
-
Maps
public Maps()
-
-
Method Details
-
toMap
-
toMap
-
toNullableMap
-
entry
-
entryK
-
entryV
-
entryFn
-
entryFold
-
consumeEntries
-
mapValues
-