static <T extends Number> io.reactivex.FlowableTransformer<T,Statistics> |
FlowableTransformers.collectStats() |
static <T extends Number> io.reactivex.functions.BiFunction<Statistics,T,Statistics> |
BiFunctions.collectStats() |
static <T extends Number> io.reactivex.functions.BiFunction<Statistics,T,Statistics> |
BiFunctions.collectStats() |
static <T,R extends Number> io.reactivex.FlowableTransformer<T,Pair<T,Statistics>> |
FlowableTransformers.collectStats(io.reactivex.functions.Function<? super T,? extends R> function) |