Uses of Interface
com.speedment.runtime.compute.ToStringNullable
-
Packages that use ToStringNullable 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 ToStringNullable in com.speedment.runtime.compute
Methods in com.speedment.runtime.compute that return ToStringNullable Modifier and Type Method Description default ToStringNullable<T>ToEnumNullable. asName()Returns an alternative expression that represents theEnum.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 typedToStringNullable<T>using the providedlambda.
-