| 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 |
Expression builders that can produce efficient and type-safe implementations
of the interfaces in the
com.speedment.enterprise.aggregator.function
package. |
| com.speedment.runtime.compute.expression.orelse | |
| com.speedment.runtime.compute.trait |
Traits used in the base package for functional interfaces.
|
| Class and Description |
|---|
| ToBigDecimal
Expression that given an entity returns a non-null
BigDecimal value. |
| ToBigDecimalNullable
Expression that given an entity returns a nullable
BigDecimal value. |
| ToBoolean
Expression that given an entity returns a
boolean value. |
| ToBooleanNullable
Expression that given an entity returns a
boolean value, or
null. |
| ToByte
Expression that given an entity returns a
byte value. |
| ToByteNullable
Expression that given an entity returns a
byte value, or
null. |
| ToChar
Expression that given an entity returns a
char value. |
| ToCharNullable
Expression that given an entity returns a
char value, or
null. |
| ToDouble
Expression that given an entity returns a
double value. |
| ToDoubleNullable
Expression that given an entity returns a
double value, or
null. |
| ToEnum
Expression that given an entity returns a non-null
enum value. |
| ToEnumNullable
Expression that given an entity returns an
enum value, or
null. |
| ToFloat
Expression that given an entity returns a
float value. |
| ToFloatNullable
Expression that given an entity returns a
float value, or
null. |
| ToInt
Expression that given an entity returns an
int value. |
| ToIntNullable
Expression that given an entity returns an
int value, or
null. |
| ToLong
Expression that given an entity returns a
long value. |
| ToLongNullable
Expression that given an entity returns a
long value, or
null. |
| ToShort
Expression that given an entity returns a
short value. |
| ToShortNullable
Expression that given an entity returns a
short value, or
null. |
| ToString
Expression that given an entity returns a non-null
String value. |
| ToStringNullable
Expression that given an entity returns a
String value, or
null. |
| Class and Description |
|---|
| ToBigDecimal
Expression that given an entity returns a non-null
BigDecimal value. |
| ToBoolean
Expression that given an entity returns a
boolean value. |
| ToBooleanNullable
Expression that given an entity returns a
boolean value, or
null. |
| ToByte
Expression that given an entity returns a
byte value. |
| ToByteNullable
Expression that given an entity returns a
byte value, or
null. |
| ToDouble
Expression that given an entity returns a
double value. |
| ToDoubleNullable
Expression that given an entity returns a
double value, or
null. |
| ToFloat
Expression that given an entity returns a
float value. |
| ToFloatNullable
Expression that given an entity returns a
float value, or
null. |
| ToInt
Expression that given an entity returns an
int value. |
| ToIntNullable
Expression that given an entity returns an
int value, or
null. |
| ToLong
Expression that given an entity returns a
long value. |
| ToLongNullable
Expression that given an entity returns a
long value, or
null. |
| ToShort
Expression that given an entity returns a
short value. |
| ToShortNullable
Expression that given an entity returns a
short value, or
null. |
| ToString
Expression that given an entity returns a non-null
String value. |
| Class and Description |
|---|
| ToBigDecimal
Expression that given an entity returns a non-null
BigDecimal value. |
| ToBoolean
Expression that given an entity returns a
boolean value. |
| ToByte
Expression that given an entity returns a
byte value. |
| ToChar
Expression that given an entity returns a
char value. |
| ToDouble
Expression that given an entity returns a
double value. |
| ToEnum
Expression that given an entity returns a non-null
enum value. |
| ToFloat
Expression that given an entity returns a
float value. |
| ToInt
Expression that given an entity returns an
int value. |
| ToLong
Expression that given an entity returns a
long value. |
| ToShort
Expression that given an entity returns a
short value. |
| ToString
Expression that given an entity returns a non-null
String value. |
| Class and Description |
|---|
| ToByte
Expression that given an entity returns a
byte value. |
| ToDouble
Expression that given an entity returns a
double value. |
| ToDoubleNullable
Expression that given an entity returns a
double value, or
null. |
| ToInt
Expression that given an entity returns an
int value. |
| ToLong
Expression that given an entity returns a
long value. |
Copyright © 2019 Speedment, Inc.. All rights reserved.