Uses of Interface
com.speedment.runtime.compute.ToCharNullable
-
Packages that use ToCharNullable 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. -
-
Uses of ToCharNullable in com.speedment.runtime.compute
Methods in com.speedment.runtime.compute that return ToCharNullable Modifier and Type Method Description default <V> ToCharNullable<V>ToChar. compose(Function<? super V,? extends T> before)default <V> ToCharNullable<V>ToCharNullable. compose(Function<? super V,? extends T> before)static <T> ToCharNullable<T>ToCharNullable. of(Function<T,Character> lambda)Returns a typedToCharNullable<T>using the providedlambda.
-