| Class and Description |
|---|
| BinarySQLOperator
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
|
| BooleanSQLSupplier
Represents a supplier of
boolean-valued results. |
| DoubleBinarySQLOperator
Represents an operation upon two
double-valued operands and producing a double-valued result. |
| DoubleSQLConsumer
Represents an operation that accepts a single
double-valued argument and returns no result. |
| DoubleSQLFunction
Represents a function that accepts a double-valued argument and produces a result.
|
| DoubleSQLPredicate
Represents a predicate (boolean-valued function) of one
double-valued argument. |
| DoubleSQLSupplier
Represents a supplier of
double-valued results. |
| DoubleToIntSQLFunction
Represents a function that accepts a double-valued argument and produces an int-valued result.
|
| DoubleToLongSQLFunction
Represents a function that accepts a double-valued argument and produces a long-valued result.
|
| DoubleUnarySQLOperator
Represents an operation on a single
double-valued operand that produces a double-valued result. |
| IntBinarySQLOperator
Represents an operation upon two
int-valued operands and producing an int-valued result. |
| IntSQLConsumer
Represents an operation that accepts a single
int-valued argument and returns no result. |
| IntSQLFunction
Represents a function that accepts an int-valued argument and produces a result.
|
| IntSQLPredicate
Represents a predicate (boolean-valued function) of one
int-valued argument. |
| IntSQLSupplier
Represents a supplier of
int-valued results. |
| IntToDoubleSQLFunction
Represents a function that accepts an int-valued argument and produces a double-valued result.
|
| IntToLongSQLFunction
Represents a function that accepts an int-valued argument and produces a long-valued result.
|
| IntUnarySQLOperator
Represents an operation on a single
int-valued operand that produces an int-valued result. |
| LongBinarySQLOperator
Represents an operation upon two
long-valued operands and producing a long-valued result. |
| LongSQLConsumer
Represents an operation that accepts a single
long-valued argument and returns no result. |
| LongSQLFunction
Represents a function that accepts a long-valued argument and produces a result.
|
| LongSQLPredicate
Represents a predicate (boolean-valued function) of one
long-valued argument. |
| LongSQLSupplier
Represents a supplier of
long-valued results. |
| LongToDoubleSQLFunction
Represents a function that accepts a long-valued argument and produces a double-valued result.
|
| LongToIntSQLFunction
Represents a function that accepts a long-valued argument and produces an int-valued result.
|
| LongUnarySQLOperator
Represents an operation on a single
long-valued operand that produces a long-valued result. |
| ObjDoubleSQLConsumer
Represents an operation that accepts an object-valued and a
double-valued argument, and returns no result. |
| ObjIntSQLConsumer
Represents an operation that accepts an object-valued and a
int-valued argument, and returns no result. |
| ObjLongSQLConsumer
Represents an operation that accepts an object-valued and a
long-valued argument, and returns no result. |
| SQLBiConsumer
Represents an operation that accepts two input arguments and returns no result.
|
| SQLBiFunction
Represents a function that accepts two arguments and produces a result.
|
| SQLBiPredicate
Represents a predicate (boolean-valued function) of two arguments.
|
| SQLConsumer
Represents an operation that accepts a single input argument and returns no result.
|
| SQLFunction
Represents a function that accepts one argument and produces a result.
|
| SQLPredicate
Represents a predicate (boolean-valued function) of one argument.
|
| SQLSupplier
Represents a supplier of results.
|
| ToDoubleSQLBiFunction
Represents a function that accepts two arguments and produces a double-valued result.
|
| ToDoubleSQLFunction
Represents a function that produces a double-valued result.
|
| ToIntSQLBiFunction
Represents a function that accepts two arguments and produces an int-valued result.
|
| ToIntSQLFunction
Represents a function that produces an int-valued result.
|
| ToLongSQLBiFunction
Represents a function that accepts two arguments and produces a long-valued result.
|
| ToLongSQLFunction
Represents a function that produces a long-valued result.
|
| UnarySQLOperator
Represents an operation on a single operand that produces a result of the same type as its operand.
|
Copyright © 2017. All rights reserved.