| 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 ToStringNullable<T> |
ToEnumNullable.asName()
Returns an alternative expression that represents the
Enum.name()
of the enum that would otherwise have been returned by this expression. |
default <V> ToStringNullable<V> |
ToString.compose(Function<? super V,? extends T> before) |
default <V> ToStringNullable<V> |
ToStringNullable.compose(Function<? super V,? extends T> before) |
static <T> ToStringNullable<T> |
ToStringNullable.of(Function<T,String> lambda)
Returns a typed
ToStringNullable<T> using the provided
lambda. |
Copyright © 2019 Speedment, Inc.. All rights reserved.