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