Uses of Package
io.reactivex.rxjava3.internal.fuseable
Packages that use io.reactivex.rxjava3.internal.fuseable
Package
Description
Base interfaces and types for supporting operator-fusion.
-
Classes in io.reactivex.rxjava3.internal.fuseable used by io.reactivex.rxjava3.internal.fuseable
-
Classes in io.reactivex.rxjava3.internal.fuseable used by io.reactivex.rxjava3.internal.jdk8ClassDescriptionInterface 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: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.flowableClassDescriptionRepresents an empty, async-only
QueueFuseable
instance.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:Interface indicating the implementor has an upstream CompletableSource-like source available viaHasUpstreamCompletableSource.source()
method.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.maybeClassDescriptionInterface 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:Interface indicating the implementor has an upstream CompletableSource-like source available via
HasUpstreamCompletableSource.source()
method.Interface indicating the implementor has an upstream MaybeSource-like source available viaHasUpstreamMaybeSource.source()
method.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.observableClassDescriptionRepresents an empty, async-only
QueueFuseable
instance.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:Interface indicating the implementor has an upstream CompletableSource-like source available viaHasUpstreamCompletableSource.source()
method.Interface indicating the implementor has an upstream ObservableSource-like source available viaHasUpstreamObservableSource.source()
method.