Kactoos

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

IterableOfLongs

class IterableOfLongs : IterableEnvelope<Long>

Iterable of long values.

Since 0.4

Constructors

Name Summary
<init> IterableOfLongs(vararg values: Long)
Iterable of long values.

Inherited Functions

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