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

A

accept(double) - Method in interface com.github.robtimus.sql.function.DoubleSQLConsumer
Performs this operation on the given argument.
accept(int) - Method in interface com.github.robtimus.sql.function.IntSQLConsumer
Performs this operation on the given argument.
accept(long) - Method in interface com.github.robtimus.sql.function.LongSQLConsumer
Performs this operation on the given argument.
accept(T, double) - Method in interface com.github.robtimus.sql.function.ObjDoubleSQLConsumer
Performs this operation on the given arguments.
accept(T, int) - Method in interface com.github.robtimus.sql.function.ObjIntSQLConsumer
Performs this operation on the given arguments.
accept(T, long) - Method in interface com.github.robtimus.sql.function.ObjLongSQLConsumer
Performs this operation on the given arguments.
accept(T, U) - Method in interface com.github.robtimus.sql.function.SQLBiConsumer
Performs this operation on the given arguments.
accept(T) - Method in interface com.github.robtimus.sql.function.SQLConsumer
Performs this operation on the given argument.
and(DoubleSQLPredicate) - Method in interface com.github.robtimus.sql.function.DoubleSQLPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(IntSQLPredicate) - Method in interface com.github.robtimus.sql.function.IntSQLPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(LongSQLPredicate) - Method in interface com.github.robtimus.sql.function.LongSQLPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(SQLBiPredicate<? super T, ? super U>) - Method in interface com.github.robtimus.sql.function.SQLBiPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(SQLPredicate<? super T>) - Method in interface com.github.robtimus.sql.function.SQLPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
andThen(DoubleSQLConsumer) - Method in interface com.github.robtimus.sql.function.DoubleSQLConsumer
Returns a composed DoubleSQLConsumer that performs, in sequence, this operation followed by the after operation.
andThen(DoubleUnarySQLOperator) - Method in interface com.github.robtimus.sql.function.DoubleUnarySQLOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(IntSQLConsumer) - Method in interface com.github.robtimus.sql.function.IntSQLConsumer
Returns a composed IntSQLConsumer that performs, in sequence, this operation followed by the after operation.
andThen(IntUnarySQLOperator) - Method in interface com.github.robtimus.sql.function.IntUnarySQLOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(LongSQLConsumer) - Method in interface com.github.robtimus.sql.function.LongSQLConsumer
Returns a composed LongSQLConsumer that performs, in sequence, this operation followed by the after operation.
andThen(LongUnarySQLOperator) - Method in interface com.github.robtimus.sql.function.LongUnarySQLOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(SQLBiConsumer<? super T, ? super U>) - Method in interface com.github.robtimus.sql.function.SQLBiConsumer
Returns a composed SQLBiConsumer that performs, in sequence, this operation followed by the after operation.
andThen(SQLFunction<? super R, ? extends V>) - Method in interface com.github.robtimus.sql.function.SQLBiFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(SQLConsumer<? super T>) - Method in interface com.github.robtimus.sql.function.SQLConsumer
Returns a composed SQLConsumer that performs, in sequence, this operation followed by the after operation.
andThen(SQLFunction<? super R, ? extends V>) - Method in interface com.github.robtimus.sql.function.SQLFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
apply(double) - Method in interface com.github.robtimus.sql.function.DoubleSQLFunction
Applies this function to the given argument.
apply(int) - Method in interface com.github.robtimus.sql.function.IntSQLFunction
Applies this function to the given argument.
apply(long) - Method in interface com.github.robtimus.sql.function.LongSQLFunction
Applies this function to the given argument.
apply(T, U) - Method in interface com.github.robtimus.sql.function.SQLBiFunction
Applies this function to the given arguments.
apply(T) - Method in interface com.github.robtimus.sql.function.SQLFunction
Applies this function to the given argument.
applyAsDouble(double, double) - Method in interface com.github.robtimus.sql.function.DoubleBinarySQLOperator
Applies this operator to the given operands.
applyAsDouble(double) - Method in interface com.github.robtimus.sql.function.DoubleUnarySQLOperator
Applies this operator to the given operand.
applyAsDouble(int) - Method in interface com.github.robtimus.sql.function.IntToDoubleSQLFunction
Applies this function to the given argument.
applyAsDouble(long) - Method in interface com.github.robtimus.sql.function.LongToDoubleSQLFunction
Applies this function to the given argument.
applyAsDouble(T, U) - Method in interface com.github.robtimus.sql.function.ToDoubleSQLBiFunction
Applies this function to the given arguments.
applyAsDouble(T) - Method in interface com.github.robtimus.sql.function.ToDoubleSQLFunction
Applies this function to the given argument.
applyAsInt(double) - Method in interface com.github.robtimus.sql.function.DoubleToIntSQLFunction
Applies this function to the given argument.
applyAsInt(int, int) - Method in interface com.github.robtimus.sql.function.IntBinarySQLOperator
Applies this operator to the given operands.
applyAsInt(int) - Method in interface com.github.robtimus.sql.function.IntUnarySQLOperator
Applies this operator to the given operand.
applyAsInt(long) - Method in interface com.github.robtimus.sql.function.LongToIntSQLFunction
Applies this function to the given argument.
applyAsInt(T, U) - Method in interface com.github.robtimus.sql.function.ToIntSQLBiFunction
Applies this function to the given arguments.
applyAsInt(T) - Method in interface com.github.robtimus.sql.function.ToIntSQLFunction
Applies this function to the given argument.
applyAsLong(double) - Method in interface com.github.robtimus.sql.function.DoubleToLongSQLFunction
Applies this function to the given argument.
applyAsLong(int) - Method in interface com.github.robtimus.sql.function.IntToLongSQLFunction
Applies this function to the given argument.
applyAsLong(long, long) - Method in interface com.github.robtimus.sql.function.LongBinarySQLOperator
Applies this operator to the given operands.
applyAsLong(long) - Method in interface com.github.robtimus.sql.function.LongUnarySQLOperator
Applies this operator to the given operand.
applyAsLong(T, U) - Method in interface com.github.robtimus.sql.function.ToLongSQLBiFunction
Applies this function to the given arguments.
applyAsLong(T) - Method in interface com.github.robtimus.sql.function.ToLongSQLFunction
Applies this function to the given argument.
A B C D G I L M N O S T U 
Skip navigation links

Copyright © 2017. All rights reserved.