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

C

checked(BinaryOperator<T>) - Static method in interface com.github.robtimus.sql.function.BinarySQLOperator
Returns a binary operator that applies the operator operator to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(BooleanSupplier) - Static method in interface com.github.robtimus.sql.function.BooleanSQLSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(DoubleBinaryOperator) - Static method in interface com.github.robtimus.sql.function.DoubleBinarySQLOperator
Returns a binary operator that applies the operator operator to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(DoubleConsumer) - Static method in interface com.github.robtimus.sql.function.DoubleSQLConsumer
Returns an DoubleSQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(DoubleFunction<? extends R>) - Static method in interface com.github.robtimus.sql.function.DoubleSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(DoublePredicate) - Static method in interface com.github.robtimus.sql.function.DoubleSQLPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(DoubleSupplier) - Static method in interface com.github.robtimus.sql.function.DoubleSQLSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(DoubleToIntFunction) - Static method in interface com.github.robtimus.sql.function.DoubleToIntSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(DoubleToLongFunction) - Static method in interface com.github.robtimus.sql.function.DoubleToLongSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(DoubleUnaryOperator) - Static method in interface com.github.robtimus.sql.function.DoubleUnarySQLOperator
Returns a unary operator that applies the operator operator to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(IntBinarySQLOperator) - Static method in interface com.github.robtimus.sql.function.IntBinarySQLOperator
Returns a binary operator that applies the operator operator to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(IntConsumer) - Static method in interface com.github.robtimus.sql.function.IntSQLConsumer
Returns an IntSQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(IntFunction<? extends R>) - Static method in interface com.github.robtimus.sql.function.IntSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(IntPredicate) - Static method in interface com.github.robtimus.sql.function.IntSQLPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(IntSupplier) - Static method in interface com.github.robtimus.sql.function.IntSQLSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(IntToDoubleFunction) - Static method in interface com.github.robtimus.sql.function.IntToDoubleSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(IntToLongFunction) - Static method in interface com.github.robtimus.sql.function.IntToLongSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(IntUnaryOperator) - Static method in interface com.github.robtimus.sql.function.IntUnarySQLOperator
Returns a unary operator that applies the operator operator to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(LongBinaryOperator) - Static method in interface com.github.robtimus.sql.function.LongBinarySQLOperator
Returns a binary operator that applies the operator operator to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(LongConsumer) - Static method in interface com.github.robtimus.sql.function.LongSQLConsumer
Returns an LongSQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(LongFunction<? extends R>) - Static method in interface com.github.robtimus.sql.function.LongSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(LongPredicate) - Static method in interface com.github.robtimus.sql.function.LongSQLPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(LongSupplier) - Static method in interface com.github.robtimus.sql.function.LongSQLSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(LongToDoubleFunction) - Static method in interface com.github.robtimus.sql.function.LongToDoubleSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(LongToIntFunction) - Static method in interface com.github.robtimus.sql.function.LongToIntSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(LongUnaryOperator) - Static method in interface com.github.robtimus.sql.function.LongUnarySQLOperator
Returns a unary operator that applies the operator operator to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ObjDoubleConsumer<? super T>) - Static method in interface com.github.robtimus.sql.function.ObjDoubleSQLConsumer
Returns an ObjDoubleSQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ObjIntConsumer<? super T>) - Static method in interface com.github.robtimus.sql.function.ObjIntSQLConsumer
Returns an ObjIntSQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ObjLongConsumer<? super T>) - Static method in interface com.github.robtimus.sql.function.ObjLongSQLConsumer
Returns an ObjLongSQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(BiConsumer<? super T, ? super U>) - Static method in interface com.github.robtimus.sql.function.SQLBiConsumer
Returns an SQLBiConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(BiFunction<? 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 unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(BiPredicate<? super T, ? super U>) - Static method in interface com.github.robtimus.sql.function.SQLBiPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(Consumer<? super T>) - Static method in interface com.github.robtimus.sql.function.SQLConsumer
Returns an SQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(Function<? 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 unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(Predicate<? super T>) - Static method in interface com.github.robtimus.sql.function.SQLPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(Supplier<? extends T>) - Static method in interface com.github.robtimus.sql.function.SQLSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ToDoubleBiFunction<? 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 unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ToDoubleFunction<? super T>) - Static method in interface com.github.robtimus.sql.function.ToDoubleSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ToIntBiFunction<? 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 unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ToIntFunction<? super T>) - Static method in interface com.github.robtimus.sql.function.ToIntSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ToLongBiFunction<? 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 unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(ToLongFunction<? super T>) - Static method in interface com.github.robtimus.sql.function.ToLongSQLFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
checked(UnaryOperator<T>) - Static method in interface com.github.robtimus.sql.function.UnarySQLOperator
Returns a unary operator that applies the operator operator to its input, and unwraps any UncheckedSQLException that is thrown by throwing its cause.
com.github.robtimus.sql.function - package com.github.robtimus.sql.function
A collection of functional interfaces for SQL operations.
compose(DoubleUnarySQLOperator) - Method in interface com.github.robtimus.sql.function.DoubleUnarySQLOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(IntUnarySQLOperator) - Method in interface com.github.robtimus.sql.function.IntUnarySQLOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(LongUnarySQLOperator) - Method in interface com.github.robtimus.sql.function.LongUnarySQLOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(SQLFunction<? super V, ? extends T>) - Method in interface com.github.robtimus.sql.function.SQLFunction
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
A B C D G I L M N O S T U 
Skip navigation links

Copyright © 2017. All rights reserved.