Package | Description |
---|---|
com.github.davidmoten.rx2 | |
com.github.davidmoten.rx2.flowable |
Modifier and Type | Method and Description |
---|---|
Statistics |
Statistics.add(Number number) |
static Statistics |
Statistics.create() |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
BiFunctions.collectStats() |
static <T extends Number> |
BiFunctions.collectStats() |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
Transformers.collectStats()
Converts a stream of
Number to a stream of Statistics about
those numbers. |
static <T,R extends Number> |
Transformers.collectStats(io.reactivex.functions.Function<? super T,? extends R> function) |
Copyright © 2013–2020. All rights reserved.