| Package | Description |
|---|---|
| in.ashwanthkumar.utils.collections | |
| in.ashwanthkumar.utils.func |
| Modifier and Type | Method and Description |
|---|---|
static <T,Z> Z |
Lists.foldL(Iterable<T> collection,
Z initialValue,
Function<Tuple2<Z,T>,Z> foldFunction) |
static <T> void |
Iterables.foreach(Iterable<T> input,
Function<T,Void> condition) |
static <T,U> List<U> |
Lists.map(Iterable<T> collection,
Function<T,U> transformation) |
static <T,U> List<U> |
Lists.map(T[] array,
Function<T,U> transformation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Predicate<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Function<T,T> |
Functions.identity() |
Copyright © 2015. All rights reserved.