| Constructor and Description |
|---|
SinglePresent(Single<T> single) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPresent()
Returns whether the optional value is present.
|
T |
value()
Returns the optional value.
|
public boolean isPresent()
Optional