kactoos-jvm / nnl.rocks.kactoos.iterable / EmptyIterable
class EmptyIterable<out T : Any> : Iterable<T>
Iterable that returns EmptyIterator
T -
| Name | Summary |
|---|---|
| <init> | EmptyIterable()Iterable that returns EmptyIterator |
| Name | Summary |
|---|---|
| iterator | fun iterator(): Iterator<T> |