Kactoos

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

IterableOfBooleans

class IterableOfBooleans : IterableEnvelope<Boolean>

Iterable of boolean values.

Since 0.4

Constructors

Name Summary
<init> IterableOfBooleans(vararg values: Boolean)
Iterable of boolean values.

Inherited Functions

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