| Constructor and Description |
|---|
CollectorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T,A,R> R |
collector(int num,
Supplier<T> getter,
Collector<? super T,A,R> collector)
在非stream环境下使用
Collector |
static <T,A,N,R> N |
collector(int num,
Supplier<T> getter,
Function<? super T,? extends R> mapper,
Collector<? super R,A,N> collector)
在非stream环境下使用
Collector |
Copyright © 2024. All rights reserved.