java.lang.Object
nl.altindag.laleler.CollectorsUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Collector<T, ?, T[]> toArray(T[] template) static <T,U> Collector <T, ?, U> toListAndThen(Function<List<T>, U> finisher) toMapAndThen(Function<Map<T, U>, U> finisher)
-
Constructor Details
-
CollectorsUtils
private CollectorsUtils()
-
-
Method Details
-
toUnmodifiableList
-
toModifiableList
-
toModifiableMap
-
toListAndThen
-
toMapAndThen
-
toArray
-
toStringArray
-