| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection |
many collection utility class
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> E |
Collects.reduce(E[] iterable,
Operator2<E> operator) |
static <E,C extends Iterable<E>> |
Collects.reduce(Iterable<E> iterable,
Operator2<E> operator) |
E |
Pipeline.reduce(Operator2<E> operator) |
Copyright © 2022. All rights reserved.