| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
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. |
Copyright © 2019 Speedment, Inc.. All rights reserved.