public final class StreamCreators
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamCreators.OngoingCreatorCreation<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> StreamCreators.OngoingCreatorCreation<T> |
create(StreamCreator<T> creator) |
static <T> StreamCreators.OngoingCreatorCreation<T> |
create(java.util.function.Supplier<org.reactivestreams.Publisher<T>> supplier) |
public static <T> StreamCreators.OngoingCreatorCreation<T> create(StreamCreator<T> creator)
public static <T> StreamCreators.OngoingCreatorCreation<T> create(java.util.function.Supplier<org.reactivestreams.Publisher<T>> supplier)