IntervalExtension<T> extension
Extends the Stream class with the ability to emit each item after a given duration.
- on
-
- Stream<
T>
- Stream<
Methods
-
interval(
Duration duration) → Stream< T> -
Available on Stream<
Creates a Stream that emits each item in the Stream after a given duration.T> , provided by the IntervalExtension extension