| Constructor and Description |
|---|
Sieved(Predicate<? super T> predicate,
Optional<T> delegate) |
| 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