Uses of Interface
com.speedment.runtime.compute.ToEnumNullable
-
Packages that use ToEnumNullable 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 ToEnumNullable in com.speedment.runtime.compute
Methods in com.speedment.runtime.compute that return ToEnumNullable Modifier and Type Method Description default <V> ToEnumNullable<V,E>ToEnum. compose(Function<? super V,? extends T> before)default <V> ToEnumNullable<V,E>ToEnumNullable. compose(Function<? super V,? extends T> before)default ToEnumNullable<T,E>ToEnumNullable. mapIfPresent(UnaryOperator<E> mapper)static <T,E extends Enum<E>>
ToEnumNullable<T,E>ToEnumNullable. of(Class<E> enumClass, Function<T,E> lambda)Returns a typedToEnumNullable<T>using the providedlambda.
-