- SQLBiConsumer<T,U> - Interface in com.github.robtimus.sql.function
-
Represents an operation that accepts two input arguments and returns no result.
- SQLBiFunction<T,U,R> - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts two arguments and produces a result.
- SQLBiPredicate<T,U> - Interface in com.github.robtimus.sql.function
-
Represents a predicate (boolean-valued function) of two arguments.
- SQLConsumer<T> - Interface in com.github.robtimus.sql.function
-
Represents an operation that accepts a single input argument and returns no result.
- SQLFunction<T,R> - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts one argument and produces a result.
- SQLPredicate<T> - Interface in com.github.robtimus.sql.function
-
Represents a predicate (boolean-valued function) of one argument.
- SQLSupplier<T> - Interface in com.github.robtimus.sql.function
-
Represents a supplier of results.