- ObjDoubleSQLConsumer<T> - Interface in com.github.robtimus.sql.function
-
Represents an operation that accepts an object-valued and a double-valued argument, and returns no result.
- ObjIntSQLConsumer<T> - Interface in com.github.robtimus.sql.function
-
Represents an operation that accepts an object-valued and a int-valued argument, and returns no result.
- ObjLongSQLConsumer<T> - Interface in com.github.robtimus.sql.function
-
Represents an operation that accepts an object-valued and a long-valued argument, and returns no result.
- or(DoubleSQLPredicate) - Method in interface com.github.robtimus.sql.function.DoubleSQLPredicate
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- or(IntSQLPredicate) - Method in interface com.github.robtimus.sql.function.IntSQLPredicate
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- or(LongSQLPredicate) - Method in interface com.github.robtimus.sql.function.LongSQLPredicate
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- or(SQLBiPredicate<? super T, ? super U>) - Method in interface com.github.robtimus.sql.function.SQLBiPredicate
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- or(SQLPredicate<? super T>) - Method in interface com.github.robtimus.sql.function.SQLPredicate
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.