| Package | Description |
|---|---|
| in.ashwanthkumar.utils.collections | |
| in.ashwanthkumar.utils.lang.option |
| Modifier and Type | Method and Description |
|---|---|
static <T> Option<T> |
Lists.find(Iterable<T> collection,
Predicate<T> condition) |
static <T> Option<T> |
Iterables.headOption(Iterable<T> list) |
| Modifier and Type | Class and Description |
|---|---|
class |
None<T> |
class |
Some<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Option<T> |
Option.option(T value) |
Copyright © 2015. All rights reserved.