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