| Constructor and Description |
|---|
Absent() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Absent<T> |
absent()
Returns an
Absent value. |
boolean |
isPresent()
Returns whether the optional value is present.
|
T |
value()
Returns the optional value.
|