public class MaybeFunctions
extends java.lang.Object
| Constructor and Description |
|---|
MaybeFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.google.common.base.Function<Maybe<T>,T> |
get() |
static <T> com.google.common.base.Function<Maybe<T>,T> |
or(T value) |
static <T> com.google.common.base.Function<T,Maybe<T>> |
wrap() |