| 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. |
| Modifier and Type | Method and Description |
|---|---|
default <V> ToBooleanNullable<V> |
ToBooleanNullable.compose(Function<? super V,? extends T> before) |
default <V> ToBooleanNullable<V> |
ToBoolean.composeNullable(Function<? super V,? extends T> before)
Returns a composed expression that first applies the
before
function to its input, and then applies this function to the result. |
default ToBooleanNullable<T> |
ToBooleanNullable.mapIfPresent(com.speedment.common.function.BooleanUnaryOperator mapper) |
static <T> ToBooleanNullable<T> |
ToBooleanNullable.of(Function<T,Boolean> lambda)
Returns a typed
ToBooleanNullable<T> using the provided
lambda. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ToBooleanNullable<T> |
Expressions.negateOrNull(ToBooleanNullable<T> expression)
Creates and returns an expression that will compute the negative result
of the specified expression.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ToBooleanNullable<T> |
Expressions.negateOrNull(ToBooleanNullable<T> expression)
Creates and returns an expression that will compute the negative result
of the specified expression.
|
Copyright © 2019 Speedment, Inc.. All rights reserved.