- test(double) - Method in interface com.github.robtimus.sql.function.DoubleSQLPredicate
-
Evaluates this predicate on the given argument.
- test(int) - Method in interface com.github.robtimus.sql.function.IntSQLPredicate
-
Evaluates this predicate on the given argument.
- test(long) - Method in interface com.github.robtimus.sql.function.LongSQLPredicate
-
Evaluates this predicate on the given argument.
- test(T, U) - Method in interface com.github.robtimus.sql.function.SQLBiPredicate
-
Evaluates this predicate on the given arguments.
- test(T) - Method in interface com.github.robtimus.sql.function.SQLPredicate
-
Evaluates this predicate on the given argument.
- ToDoubleSQLBiFunction<T,U> - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts two arguments and produces a double-valued result.
- ToDoubleSQLFunction<T> - Interface in com.github.robtimus.sql.function
-
Represents a function that produces a double-valued result.
- ToIntSQLBiFunction<T,U> - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts two arguments and produces an int-valued result.
- ToIntSQLFunction<T> - Interface in com.github.robtimus.sql.function
-
Represents a function that produces an int-valued result.
- ToLongSQLBiFunction<T,U> - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts two arguments and produces a long-valued result.
- ToLongSQLFunction<T> - Interface in com.github.robtimus.sql.function
-
Represents a function that produces a long-valued result.