- DoubleBinarySQLOperator - Interface in com.github.robtimus.sql.function
-
Represents an operation upon two double-valued operands and producing a double-valued result.
- DoubleSQLConsumer - Interface in com.github.robtimus.sql.function
-
Represents an operation that accepts a single double-valued argument and returns no result.
- DoubleSQLFunction<R> - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts a double-valued argument and produces a result.
- DoubleSQLPredicate - Interface in com.github.robtimus.sql.function
-
Represents a predicate (boolean-valued function) of one double-valued argument.
- DoubleSQLSupplier - Interface in com.github.robtimus.sql.function
-
Represents a supplier of double-valued results.
- DoubleToIntSQLFunction - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts a double-valued argument and produces an int-valued result.
- DoubleToLongSQLFunction - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts a double-valued argument and produces a long-valued result.
- DoubleUnarySQLOperator - Interface in com.github.robtimus.sql.function
-
Represents an operation on a single double-valued operand that produces a double-valued result.