Uses of Package
io.reactivex.rxjava3.internal.fuseable
-
Packages that use io.reactivex.rxjava3.internal.fuseable Package Description io.reactivex.rxjava3.internal.fuseable Base interfaces and types for supporting operator-fusion.io.reactivex.rxjava3.internal.jdk8 io.reactivex.rxjava3.internal.operators.flowable io.reactivex.rxjava3.internal.operators.maybe io.reactivex.rxjava3.internal.operators.observable -
Classes in io.reactivex.rxjava3.internal.fuseable used by io.reactivex.rxjava3.internal.fuseable Class Description AbstractEmptyQueueFuseable Represents an empty, async-onlyQueueFuseable
instance. -
Classes in io.reactivex.rxjava3.internal.fuseable used by io.reactivex.rxjava3.internal.jdk8 Class Description FuseToFlowable Interface indicating a operator implementation can be macro-fused back to Flowable in case the operator goes from Flowable to some other reactive type and then the sequence calls for toFlowable again:FuseToObservable Interface indicating a operator implementation can be macro-fused back to Observable in case the operator goes from Observable to some other reactive type and then the sequence calls for toObservable again: -
Classes in io.reactivex.rxjava3.internal.fuseable used by io.reactivex.rxjava3.internal.operators.flowable Class Description AbstractEmptyQueueFuseable Represents an empty, async-onlyQueueFuseable
instance.FuseToFlowable Interface indicating a operator implementation can be macro-fused back to Flowable in case the operator goes from Flowable to some other reactive type and then the sequence calls for toFlowable again:HasUpstreamCompletableSource Interface indicating the implementor has an upstream CompletableSource-like source available viaHasUpstreamCompletableSource.source()
method.HasUpstreamPublisher Interface indicating the implementor has an upstream Publisher-like source available viaHasUpstreamPublisher.source()
method. -
Classes in io.reactivex.rxjava3.internal.fuseable used by io.reactivex.rxjava3.internal.operators.maybe Class Description FuseToMaybe Interface indicating an operator implementation can be macro-fused back to Maybe in case the operator goes from Maybe to some other reactive type and then the sequence calls for toMaybe again:HasUpstreamCompletableSource Interface indicating the implementor has an upstream CompletableSource-like source available viaHasUpstreamCompletableSource.source()
method.HasUpstreamMaybeSource Interface indicating the implementor has an upstream MaybeSource-like source available viaHasUpstreamMaybeSource.source()
method.HasUpstreamSingleSource Interface indicating the implementor has an upstream SingleSource-like source available viaHasUpstreamSingleSource.source()
method. -
Classes in io.reactivex.rxjava3.internal.fuseable used by io.reactivex.rxjava3.internal.operators.observable Class Description AbstractEmptyQueueFuseable Represents an empty, async-onlyQueueFuseable
instance.FuseToObservable Interface indicating a operator implementation can be macro-fused back to Observable in case the operator goes from Observable to some other reactive type and then the sequence calls for toObservable again:HasUpstreamCompletableSource Interface indicating the implementor has an upstream CompletableSource-like source available viaHasUpstreamCompletableSource.source()
method.HasUpstreamObservableSource Interface indicating the implementor has an upstream ObservableSource-like source available viaHasUpstreamObservableSource.source()
method.