| Package | Description |
|---|---|
| com.speedment.runtime.compute |
The Runtime Compute module adds a large number of functional interfaces to
the Speedment system that allows computations to be performed on entities in
a Stream without loosing metadata required by Speedment to optimize the
stream.
|
| com.speedment.runtime.compute.expression.predicate |
Specializations of predicates that are returned by expressions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ToBigDecimalNullable<T>
Expression that given an entity returns a nullable
BigDecimal value. |
interface |
ToBooleanNullable<T>
Expression that given an entity returns a
boolean value, or
null. |
interface |
ToByteNullable<T>
Expression that given an entity returns a
byte value, or
null. |
interface |
ToCharNullable<T>
Expression that given an entity returns a
char value, or
null. |
interface |
ToDoubleNullable<T>
Expression that given an entity returns a
double value, or
null. |
interface |
ToEnumNullable<T,E extends Enum<E>>
Expression that given an entity returns an
enum value, or
null. |
interface |
ToFloatNullable<T>
Expression that given an entity returns a
float value, or
null. |
interface |
ToIntNullable<T>
Expression that given an entity returns an
int value, or
null. |
interface |
ToLongNullable<T>
Expression that given an entity returns a
long value, or
null. |
interface |
ToShortNullable<T>
Expression that given an entity returns a
short value, or
null. |
interface |
ToStringNullable<T>
Expression that given an entity returns a
String value, or
null. |
| Modifier and Type | Method and Description |
|---|---|
ToNullable<T,R,?> |
NullPredicate.expression()
The expression that is invoked in an incoming entity to get the value
that the predicate should test.
|
Copyright © 2019 Speedment, Inc.. All rights reserved.