| Package | Description |
|---|---|
| org.dellroad.querystream.jpa |
QueryStream API for the Java Persistence Architecture (JPA).
|
| Modifier and Type | Method and Description |
|---|---|
DoubleValue |
DoubleStream.average() |
DoubleValue |
IntStream.average() |
DoubleValue |
LongStream.average() |
DoubleValue |
DoubleValue.bind(Ref<Double,? super Expression<Double>> ref) |
<X2,S2 extends Selection<X2>> |
DoubleValue.bind(Ref<X2,? super S2> ref,
Function<? super Expression<Double>,? extends S2> refFunction) |
DoubleValue |
DoubleValue.filter(Function<? super Expression<Double>,? extends Expression<Boolean>> predicateBuilder) |
DoubleValue |
DoubleStream.findAny() |
DoubleValue |
DoubleStream.findFirst() |
DoubleValue |
DoubleStream.findSingle() |
default DoubleValue |
ExprValue.mapToDouble(Function<? super S,? extends Expression<? extends Number>> doubleExprFunction) |
default DoubleValue |
ExprValue.mapToDouble(SingularAttribute<? super X,? extends Number> attribute) |
DoubleValue |
DoubleStream.max() |
DoubleValue |
DoubleStream.min() |
DoubleValue |
DoubleValue.peek(Consumer<? super Expression<Double>> peeker) |
DoubleValue |
DoubleStream.sum() |
DoubleValue |
DoubleValue.withFetchGraph(String name) |
DoubleValue |
DoubleValue.withFlushMode(FlushModeType flushMode) |
DoubleValue |
DoubleValue.withHint(String name,
Object value) |
DoubleValue |
DoubleValue.withHints(Map<String,Object> hints) |
DoubleValue |
DoubleValue.withLoadGraph(String name) |
DoubleValue |
DoubleValue.withLockMode(LockModeType lockMode) |
DoubleValue |
DoubleValue.withParam(Parameter<Calendar> parameter,
Calendar value,
TemporalType temporalType) |
DoubleValue |
DoubleValue.withParam(Parameter<Date> parameter,
Date value,
TemporalType temporalType) |
<T> DoubleValue |
DoubleValue.withParam(Parameter<T> parameter,
T value) |
DoubleValue |
DoubleValue.withParams(Iterable<? extends ParamBinding<?>> params) |
Copyright © 2023. All rights reserved.