| Package | Description |
|---|---|
| org.davidmoten.kool | |
| org.davidmoten.kool.internal.operators.stream |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Stream<T> |
Stream.generate(Callable<R> factory,
BiConsumer<R,Emitter<T>> consumer) |
static <T> Stream<T> |
Stream.generate(Consumer<Emitter<T>> consumer) |
| Constructor and Description |
|---|
Generate(Consumer<? super Emitter<T>> consumer) |
Copyright © 2018–2023. All rights reserved.