Uses of Interface
one.microstream.functional.To_double
-
Packages that use To_double Package Description one.microstream.functional one.microstream.math one.microstream.util.cql -
-
Uses of To_double in one.microstream.functional
Constructors in one.microstream.functional with parameters of type To_double Constructor Description Aggregate_doubleMin(To_double<? super E> getter)
Aggregate_doubleSum(To_double<? super E> getter)
-
Uses of To_double in one.microstream.math
Methods in one.microstream.math with parameters of type To_double Modifier and Type Method 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)
-
Uses of To_double in one.microstream.util.cql
Methods in one.microstream.util.cql with parameters of type To_double Modifier and Type Method 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)
-