| Constructor and Description |
|---|
Backed(Optional<? extends T> optional,
Single<? extends T> backUp) |
Backed(Optional<? extends T> optional,
T backUp) |
| Modifier and Type | Method and Description |
|---|---|
T |
value()
Returns the sole value of this 1-tuple.
|