Package org.streamingpool.core.support
Interface RxStreamSupport
-
- All Superinterfaces:
StreamSupport
- All Known Subinterfaces:
StreamCollectingSupport
public interface RxStreamSupport extends StreamSupport
Support interface for working with RxJava streams.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.streamingpool.core.support.StreamSupport
StreamSupport.OngoingLazyProviding<T>, StreamSupport.OngoingProviding<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T> io.reactivex.Flowable<T>rxFrom(StreamId<T> id)-
Methods inherited from interface org.streamingpool.core.support.StreamSupport
discover, getAncestorsFrom, instrumentationService, provide, provide, providingService
-
-
-
-
Method Detail
-
rxFrom
default <T> io.reactivex.Flowable<T> rxFrom(StreamId<T> id)
-
-