Kactoos

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

RangeOf

class RangeOf<T : Comparable<T>> : IterableEnvelope<T>

Iterable implementation to model range functionality.

Parameters

T - Range value type

Since 0.4

Constructors

Name Summary
<init> RangeOf(min: T, max: T, incrementer: KFunc<T, T>)
Iterable implementation to model range functionality.

Inherited Functions

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