| Package | Description |
|---|---|
| in.ashwanthkumar.utils.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
Iterables.exists(Iterable<T> input,
Predicate<T> condition) |
static <T> List<T> |
Lists.filter(List<T> list,
Predicate<T> condition) |
static <T> Option<T> |
Lists.find(List<T> list,
Predicate<T> condition) |
static <T> boolean |
Iterables.forall(Iterable<T> input,
Predicate<T> condition) |
Copyright © 2015. All rights reserved.