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