public final class CollectorsUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Collector<T,?,U> |
toListAndThen(Function<List<T>,U> finisher) |
static <T> Collector<T,?,List<T>> |
toModifiableList() |
static <T> Collector<T,?,List<T>> |
toUnmodifiableList() |
Copyright © 2023. All rights reserved.