Class StreamCreators
- java.lang.Object
-
- org.streamingpool.core.service.util.StreamCreators
-
public final class StreamCreators extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStreamCreators.OngoingCreatorCreation<T>
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> StreamCreators.OngoingCreatorCreation<T>create(java.util.function.Supplier<org.reactivestreams.Publisher<T>> supplier)static <T> StreamCreators.OngoingCreatorCreation<T>create(StreamCreator<T> creator)
-
-
-
Method Detail
-
create
public static <T> StreamCreators.OngoingCreatorCreation<T> create(StreamCreator<T> creator)
-
create
public static <T> StreamCreators.OngoingCreatorCreation<T> create(java.util.function.Supplier<org.reactivestreams.Publisher<T>> supplier)
-
-