Uses of Interface
jakarta.data.spi.expression.function.NumericFunctionExpression
Packages that use NumericFunctionExpression
-
Uses of NumericFunctionExpression in jakarta.data.spi.expression.function
Methods in jakarta.data.spi.expression.function that return NumericFunctionExpressionModifier and TypeMethodDescriptionstatic <T,N extends Number & Comparable<N>>
NumericFunctionExpression<T, N> NumericFunctionExpression.of(String name, Class<? extends N> returnType, NumericExpression<? super T, N> expression) Creates aNumericFunctionExpressionto represent a function with the givennamethat accepts the given numericexpressionas input.static <T,N extends Number & Comparable<N>>
NumericFunctionExpression<T, N> NumericFunctionExpression.of(String name, Class<N> returnType, TextExpression<? super T> expression) Creates aNumericFunctionExpressionto represent a function with the givennamethat accepts the given textualexpressionas input.