All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
void |
accumulate(A accumulator,
int stageIndex,
T stageResult) |
A |
accumulator(int stages) |
R |
finish(A accumulator) |
static <T,A,R> IndexedCollector<T,A,R> |
ofCollector(Collector<T,A,R> collector) |
default R |
resultOf() |
default R |
resultOf(List<? extends T> values) |
default R |
resultOf(T value1) |
default R |
resultOf(T value1,
T value2) |
static <T> IndexedCollector<T,T[],T[]> |
toArray(Class<T> type) |
static <T> IndexedCollector<T,Object[],List<T>> |
toList() |