Module jakarta.data
Package jakarta.data.spi.expression.function
package jakarta.data.spi.expression.function
-
ClassDescriptionCurrentDate<T>CurrentTime<T>FunctionExpression<T,
V> An expression that represents application of a function to zero or more expressions supplied asFunctionExpression.arguments().NumericCast<T,N extends Number & Comparable<N>> NumericFunctionExpression<T,N extends Number & Comparable<N>> An expression that represents application of a function to zero or more expressions supplied asNumericFunctionExpression.arguments()to compute a numeric result.NumericOperatorExpression<T,N extends Number & Comparable<N>> A numeric expression that represents a binary operation, such as the addition or multiplication of two numeric expressions.Arithmetic operations that can be performed by aNumericOperatorExpression.An expression that represents applying a function to one or more expressions that are supplied asTextFunctionExpression.arguments()to compute aStringresult.