Package | Description |
---|---|
com.github.davidmoten.rx2.internal.flowable |
Modifier and Type | Method and Description |
---|---|
static FlowableWindowMinMax.Metric |
FlowableWindowMinMax.Metric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowableWindowMinMax.Metric[] |
FlowableWindowMinMax.Metric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FlowableWindowMinMax(io.reactivex.Flowable<T> source,
int windowSize,
Comparator<? super T> comparator,
FlowableWindowMinMax.Metric metric) |
Copyright © 2013–2020. All rights reserved.