Kactoos

kactoos-jvm / nnl.rocks.kactoos.iterable / EmptyIterable

EmptyIterable

class EmptyIterable<out T : Any> : Iterable<T>

Iterable that returns EmptyIterator

Parameters

T -

Constructors

Name Summary
<init> EmptyIterable()
Iterable that returns EmptyIterator

Functions

Name Summary
iterator fun iterator(): Iterator<T>