Class ObservableWithLatestFromMany<T,R>

java.lang.Object
io.reactivex.rxjava3.core.Observable<R>
io.reactivex.rxjava3.internal.operators.observable.AbstractObservableWithUpstream<T,R>
io.reactivex.rxjava3.internal.operators.observable.ObservableWithLatestFromMany<T,R>
Type Parameters:
T - the main sequence's type
R - the output type
All Implemented Interfaces:
ObservableSource<R>, HasUpstreamObservableSource<T>

public final class ObservableWithLatestFromMany<T,R> extends AbstractObservableWithUpstream<T,R>
Combines a main sequence of values with the latest from multiple other sequences via a selector function.