| Package | Description |
|---|---|
| delight.functional |
| Modifier and Type | Method and Description |
|---|---|
static <V> Maybe<V> |
Maybe.any(Maybe... maybes) |
static <V> Maybe<V> |
Maybe.is(V outervalue) |
static <V> Maybe<V> |
Maybe.isNot() |
static <V> Maybe<V> |
Maybe.isNot(Class<V> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static <V> Maybe<V> |
Maybe.any(Maybe... maybes) |
| Modifier and Type | Method and Description |
|---|---|
static <V> List<V> |
Maybe.allValues(List<Maybe<V>> list) |
Copyright © 2017. All rights reserved.