Kactoos

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

IterableOfInts

class IterableOfInts : IterableEnvelope<Int>

Iterable of integer values.

Since 0.4

Constructors

Name Summary
<init> IterableOfInts(vararg values: Int)
Iterable of integer values.

Inherited Functions

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