| 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.trait |
Traits used in the base package for functional interfaces.
|
| 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 |
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasMapIfPresent<T,MAPPER,RESULT extends HasMapIfPresent<T,MAPPER,RESULT>>
Trait for expressions that can be mapped to a new expression of the same type
by supplying a mapping function.
|
Copyright © 2019 Speedment, Inc.. All rights reserved.