| Package | Description |
|---|---|
| in.ashwanthkumar.utils.collections | |
| in.ashwanthkumar.utils.lang.tuple |
| Modifier and Type | Method and Description |
|---|---|
static <T,Z> Z |
Lists.foldL(List<T> list,
Z initialValue,
Function<Tuple2<Z,T>,Z> foldFunction) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Tuple2<A,B> |
Tuple2.tuple2(A left,
B right) |
Copyright © 2015. All rights reserved.