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

U

UnarySQLOperator<T> - Interface in com.github.robtimus.sql.function
Represents an operation on a single operand that produces a result of the same type as its operand.
unchecked(BinarySQLOperator<T>) - Static method in interface com.github.robtimus.sql.function.BinarySQLOperator
Returns a binary operator that applies the operator operator to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(BooleanSQLSupplier) - Static method in interface com.github.robtimus.sql.function.BooleanSQLSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(DoubleBinarySQLOperator) - Static method in interface com.github.robtimus.sql.function.DoubleBinarySQLOperator
Returns a binary operator that applies the operator operator to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(DoubleSQLConsumer) - Static method in interface com.github.robtimus.sql.function.DoubleSQLConsumer
Returns a DoubleConsumer that performs the operation operation, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(DoubleSQLFunction<? extends R>) - Static method in interface com.github.robtimus.sql.function.DoubleSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(DoubleSQLPredicate) - Static method in interface com.github.robtimus.sql.function.DoubleSQLPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(DoubleSQLSupplier) - Static method in interface com.github.robtimus.sql.function.DoubleSQLSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(DoubleToIntSQLFunction) - Static method in interface com.github.robtimus.sql.function.DoubleToIntSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(DoubleToLongSQLFunction) - Static method in interface com.github.robtimus.sql.function.DoubleToLongSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(DoubleUnarySQLOperator) - Static method in interface com.github.robtimus.sql.function.DoubleUnarySQLOperator
Returns a unary operator that applies the operator operator to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(IntBinarySQLOperator) - Static method in interface com.github.robtimus.sql.function.IntBinarySQLOperator
Returns a binary operator that applies the operator operator to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(IntSQLConsumer) - Static method in interface com.github.robtimus.sql.function.IntSQLConsumer
Returns a IntConsumer that performs the operation operation, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(IntSQLFunction<? extends R>) - Static method in interface com.github.robtimus.sql.function.IntSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(IntSQLPredicate) - Static method in interface com.github.robtimus.sql.function.IntSQLPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(IntSQLSupplier) - Static method in interface com.github.robtimus.sql.function.IntSQLSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(IntToDoubleSQLFunction) - Static method in interface com.github.robtimus.sql.function.IntToDoubleSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(IntToLongSQLFunction) - Static method in interface com.github.robtimus.sql.function.IntToLongSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(IntUnarySQLOperator) - Static method in interface com.github.robtimus.sql.function.IntUnarySQLOperator
Returns a unary operator that applies the operator operator to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(LongBinarySQLOperator) - Static method in interface com.github.robtimus.sql.function.LongBinarySQLOperator
Returns a binary operator that applies the operator operator to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(LongSQLConsumer) - Static method in interface com.github.robtimus.sql.function.LongSQLConsumer
Returns a LongConsumer that performs the operation operation, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(LongSQLFunction<? extends R>) - Static method in interface com.github.robtimus.sql.function.LongSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(LongSQLPredicate) - Static method in interface com.github.robtimus.sql.function.LongSQLPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(LongSQLSupplier) - Static method in interface com.github.robtimus.sql.function.LongSQLSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(LongToDoubleSQLFunction) - Static method in interface com.github.robtimus.sql.function.LongToDoubleSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(LongToIntSQLFunction) - Static method in interface com.github.robtimus.sql.function.LongToIntSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(LongUnarySQLOperator) - Static method in interface com.github.robtimus.sql.function.LongUnarySQLOperator
Returns a unary operator that applies the operator operator to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ObjDoubleSQLConsumer<? super T>) - Static method in interface com.github.robtimus.sql.function.ObjDoubleSQLConsumer
Returns an ObjDoubleConsumer that performs the operation operation, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ObjIntSQLConsumer<? super T>) - Static method in interface com.github.robtimus.sql.function.ObjIntSQLConsumer
Returns an ObjIntConsumer that performs the operation operation, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ObjLongSQLConsumer<? super T>) - Static method in interface com.github.robtimus.sql.function.ObjLongSQLConsumer
Returns an ObjLongConsumer that performs the operation operation, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(SQLBiConsumer<? super T, ? super U>) - Static method in interface com.github.robtimus.sql.function.SQLBiConsumer
Returns a BiConsumer that performs the operation operation, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(SQLBiFunction<? super T, ? super U, ? extends R>) - Static method in interface com.github.robtimus.sql.function.SQLBiFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(SQLBiPredicate<? super T, ? super U>) - Static method in interface com.github.robtimus.sql.function.SQLBiPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(SQLConsumer<? super T>) - Static method in interface com.github.robtimus.sql.function.SQLConsumer
Returns a Consumer that performs the operation operation, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(SQLFunction<? super T, ? extends R>) - Static method in interface com.github.robtimus.sql.function.SQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(SQLPredicate<? super T>) - Static method in interface com.github.robtimus.sql.function.SQLPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(SQLSupplier<? extends T>) - Static method in interface com.github.robtimus.sql.function.SQLSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ToDoubleSQLBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.sql.function.ToDoubleSQLBiFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ToDoubleSQLFunction<? super T>) - Static method in interface com.github.robtimus.sql.function.ToDoubleSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ToIntSQLBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.sql.function.ToIntSQLBiFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ToIntSQLFunction<? super T>) - Static method in interface com.github.robtimus.sql.function.ToIntSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ToLongSQLBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.sql.function.ToLongSQLBiFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(ToLongSQLFunction<? super T>) - Static method in interface com.github.robtimus.sql.function.ToLongSQLFunction
Returns a function that applies the function function to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
unchecked(UnarySQLOperator<T>) - Static method in interface com.github.robtimus.sql.function.UnarySQLOperator
Returns a unary operator that applies the operator operator to its input, and wraps any SQLException that is thrown in an UncheckedSQLException.
UncheckedSQLException - Exception in com.github.robtimus.sql.function
Wraps an SQLException with an unchecked exception.
UncheckedSQLException(String, SQLException) - Constructor for exception com.github.robtimus.sql.function.UncheckedSQLException
Creates a new unchecked SQL exception.
UncheckedSQLException(SQLException) - Constructor for exception com.github.robtimus.sql.function.UncheckedSQLException
Creates a new unchecked SQL exception.
A B C D G I L M N O S T U 
Skip navigation links

Copyright © 2017. All rights reserved.