| 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> ToEnumNullable<V,E> |
ToEnumNullable.compose(Function<? super V,? extends T> before) |
default <V> ToEnumNullable<V,E> |
ToEnum.compose(Function<? super V,? extends T> before) |
default ToEnumNullable<T,E> |
ToEnumNullable.mapIfPresent(UnaryOperator<E> mapper) |
static <T,E extends Enum<E>> |
ToEnumNullable.of(Class<E> enumClass,
Function<T,E> lambda)
Returns a typed
ToEnumNullable<T> using the provided
lambda. |
Copyright © 2019 Speedment, Inc.. All rights reserved.