OptionalIterable.@Deprecated
public final class OptionalIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Iterable which iterates the elements of an Optional Iterable or nothing if the Optional is not present.| Constructor and Description |
|---|
OptionalIterable(Optional<? extends java.lang.Iterable<T>> delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator()
Deprecated.
|