| 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 | Method and Description |
|---|---|
default <V> ToBigDecimalNullable<V> |
ToBigDecimalNullable.compose(Function<? super V,? extends T> before) |
default <V> ToBigDecimalNullable<V> |
ToBigDecimal.compose(Function<? super V,? extends T> before) |
static <T> ToBigDecimalNullable<T> |
ToBigDecimalNullable.of(Function<T,BigDecimal> lambda)
Returns a typed
ToBigDecimalNullable<T> using the provided
lambda. |
Copyright © 2019 Speedment, Inc.. All rights reserved.