| Package | Description |
|---|---|
| one.microstream.functional | |
| one.microstream.math | |
| one.microstream.util.cql |
| Constructor and Description |
|---|
Aggregate_doubleMin(To_double<? super E> getter) |
Aggregate_doubleSum(To_double<? super E> getter) |
| Modifier and Type | Method and Description |
|---|---|
static <E> double |
XMath.min_double(Iterable<E> elements,
To_double<? super E> getter) |
static <E> double |
XMath.min_double(Iterable<E> elements,
To_double<? super E> getter,
double defaultValue) |
static <E> Double |
XMath.minDouble(Iterable<E> elements,
To_double<? super E> getter) |
| Modifier and Type | Method and Description |
|---|---|
static <O> CqlResultor<O,Double> |
CQL.min(To_double<? super O> getter) |
static <O> CqlResultor<O,Double> |
CQL.sum(To_double<? super O> getter) |
Copyright © 2022 MicroStream Software. All rights reserved.