Package org.streamingpool.core.support
Class StreamSupport.OngoingLazyProviding<T>
- java.lang.Object
-
- org.streamingpool.core.support.StreamSupport.OngoingLazyProviding<T>
-
- Enclosing interface:
- StreamSupport
public static class StreamSupport.OngoingLazyProviding<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OngoingLazyProviding(CreatorProvidingService providingService, StreamCreator<T> reactStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidas(StreamId<T> id)
-
-
-
Constructor Detail
-
OngoingLazyProviding
public OngoingLazyProviding(CreatorProvidingService providingService, StreamCreator<T> reactStream)
-
-