Kactoos

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

IterableOfChars

class IterableOfChars : IterableEnvelope<Char>

Iterable of characters.

Since 0.4

Constructors

Name Summary
<init> IterableOfChars(vararg values: Char)
Iterable of characters.

Inherited Functions

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