类分层结构
- java.lang.Object
- com.github.kongpf8848.rx.observables.MathObservable<T>
- com.github.kongpf8848.rx.math.operators.OnSubscribeMinMax<T> (implements io.reactivex.ObservableOnSubscribe<T>)
- com.github.kongpf8848.rx.math.operators.OnSubscribeSumDouble (implements io.reactivex.ObservableOnSubscribe<T>)
- com.github.kongpf8848.rx.math.operators.OnSubscribeSumFloat (implements io.reactivex.ObservableOnSubscribe<T>)
- com.github.kongpf8848.rx.math.operators.OnSubscribeSumInt (implements io.reactivex.ObservableOnSubscribe<T>)
- com.github.kongpf8848.rx.math.operators.OnSubscribeSumLong (implements io.reactivex.ObservableOnSubscribe<T>)
- com.github.kongpf8848.rx.math.operators.OperatorAverageDouble<T> (implements io.reactivex.ObservableOperator<Downstream,Upstream>)
- com.github.kongpf8848.rx.math.operators.OperatorAverageFloat<T> (implements io.reactivex.ObservableOperator<Downstream,Upstream>)
- com.github.kongpf8848.rx.math.operators.OperatorAverageInteger<T> (implements io.reactivex.ObservableOperator<Downstream,Upstream>)
- com.github.kongpf8848.rx.math.operators.OperatorAverageLong<T> (implements io.reactivex.ObservableOperator<Downstream,Upstream>)
- com.github.kongpf8848.rx.math.operators.OperatorMinMax
- com.github.kongpf8848.rx.math.operators.OperatorSum
- com.github.kongpf8848.rx.math.operators.ScalarDeferredSubscriber<T,R> (implements io.reactivex.Observer<T>)