public class MathObservable<T>
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Observable<java.lang.Double> |
averageDouble(io.reactivex.functions.Function<? super T,java.lang.Double> valueExtractor) |
static io.reactivex.Observable<java.lang.Double> |
averageDouble(io.reactivex.Observable<java.lang.Double> source) |
io.reactivex.Observable<java.lang.Float> |
averageFloat(io.reactivex.functions.Function<? super T,java.lang.Float> valueExtractor) |
static io.reactivex.Observable<java.lang.Float> |
averageFloat(io.reactivex.Observable<java.lang.Float> source) |
io.reactivex.Observable<java.lang.Integer> |
averageInteger(io.reactivex.functions.Function<? super T,java.lang.Integer> valueExtractor) |
static io.reactivex.Observable<java.lang.Integer> |
averageInteger(io.reactivex.Observable<java.lang.Integer> source) |
io.reactivex.Observable<java.lang.Long> |
averageLong(io.reactivex.functions.Function<? super T,java.lang.Long> valueExtractor) |
static io.reactivex.Observable<java.lang.Long> |
averageLong(io.reactivex.Observable<java.lang.Long> source) |
static <T> MathObservable<T> |
from(io.reactivex.Observable<T> o) |
io.reactivex.Observable<T> |
max(java.util.Comparator<? super T> comparator) |
static <T extends java.lang.Comparable<? super T>> |
max(io.reactivex.Observable<T> source) |
io.reactivex.Observable<T> |
min(java.util.Comparator<? super T> comparator) |
static <T extends java.lang.Comparable<? super T>> |
min(io.reactivex.Observable<T> source) |
io.reactivex.Observable<java.lang.Double> |
sumDouble(io.reactivex.functions.Function<? super T,java.lang.Double> valueExtractor) |
static io.reactivex.Observable<java.lang.Double> |
sumDouble(io.reactivex.Observable<java.lang.Double> source) |
io.reactivex.Observable<java.lang.Float> |
sumFloat(io.reactivex.functions.Function<? super T,java.lang.Float> valueExtractor) |
static io.reactivex.Observable<java.lang.Float> |
sumFloat(io.reactivex.Observable<java.lang.Float> source) |
io.reactivex.Observable<java.lang.Integer> |
sumInteger(io.reactivex.functions.Function<? super T,java.lang.Integer> valueExtractor) |
static io.reactivex.Observable<java.lang.Integer> |
sumInteger(io.reactivex.Observable<java.lang.Integer> source) |
io.reactivex.Observable<java.lang.Long> |
sumLong(io.reactivex.functions.Function<? super T,java.lang.Long> valueExtractor) |
static io.reactivex.Observable<java.lang.Long> |
sumLong(io.reactivex.Observable<java.lang.Long> source) |
public static <T> MathObservable<T> from(io.reactivex.Observable<T> o)
public static final io.reactivex.Observable<java.lang.Double> averageDouble(io.reactivex.Observable<java.lang.Double> source)
public static final io.reactivex.Observable<java.lang.Float> averageFloat(io.reactivex.Observable<java.lang.Float> source)
public static final io.reactivex.Observable<java.lang.Integer> averageInteger(io.reactivex.Observable<java.lang.Integer> source)
public static final io.reactivex.Observable<java.lang.Long> averageLong(io.reactivex.Observable<java.lang.Long> source)
public static final <T extends java.lang.Comparable<? super T>> io.reactivex.Observable<T> max(io.reactivex.Observable<T> source)
public static final <T extends java.lang.Comparable<? super T>> io.reactivex.Observable<T> min(io.reactivex.Observable<T> source)
public static final io.reactivex.Observable<java.lang.Double> sumDouble(io.reactivex.Observable<java.lang.Double> source)
public static final io.reactivex.Observable<java.lang.Float> sumFloat(io.reactivex.Observable<java.lang.Float> source)
public static final io.reactivex.Observable<java.lang.Integer> sumInteger(io.reactivex.Observable<java.lang.Integer> source)
public static final io.reactivex.Observable<java.lang.Long> sumLong(io.reactivex.Observable<java.lang.Long> source)
public final io.reactivex.Observable<java.lang.Double> averageDouble(io.reactivex.functions.Function<? super T,java.lang.Double> valueExtractor)
public final io.reactivex.Observable<java.lang.Float> averageFloat(io.reactivex.functions.Function<? super T,java.lang.Float> valueExtractor)
public final io.reactivex.Observable<java.lang.Integer> averageInteger(io.reactivex.functions.Function<? super T,java.lang.Integer> valueExtractor)
public final io.reactivex.Observable<java.lang.Long> averageLong(io.reactivex.functions.Function<? super T,java.lang.Long> valueExtractor)
public final io.reactivex.Observable<java.lang.Double> sumDouble(io.reactivex.functions.Function<? super T,java.lang.Double> valueExtractor)
public final io.reactivex.Observable<java.lang.Float> sumFloat(io.reactivex.functions.Function<? super T,java.lang.Float> valueExtractor)
public final io.reactivex.Observable<java.lang.Integer> sumInteger(io.reactivex.functions.Function<? super T,java.lang.Integer> valueExtractor)
public final io.reactivex.Observable<java.lang.Long> sumLong(io.reactivex.functions.Function<? super T,java.lang.Long> valueExtractor)