Skip navigation links
A B C D G I L M N O S T U 

S

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.
A B C D G I L M N O S T U 
Skip navigation links

Copyright © 2017. All rights reserved.