Class OperatorWithLatestFromMany<T,R>

java.lang.Object
rx.internal.operators.OperatorWithLatestFromMany<T,R>
All Implemented Interfaces:
Action, Action1<Subscriber<? super R>>, Function, Observable.OnSubscribe<R>

public final class OperatorWithLatestFromMany<T,R> extends Object implements Observable.OnSubscribe<R>