PresentValues@Deprecated
public final class PresentValues<E>
extends java.lang.Object
implements java.lang.Iterable<E>
| Constructor and Description |
|---|
PresentValues(java.lang.Iterable<Optional<E>> optionals)
Deprecated.
|
PresentValues(Optional<E>... optionals)
Deprecated.
|
PresentValues(Optional<E> optional)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<E> |
iterator()
Deprecated.
|