| Modifier and Type | Method and Description |
|---|---|
static IntBinarySQLOperator |
IntBinarySQLOperator.checked(IntBinarySQLOperator operator)
Returns a binary operator that applies the
operator operator to its input, and unwraps any UncheckedSQLException that is thrown
by throwing its cause. |
static IntBinarySQLOperator |
IntBinarySQLOperator.unchecked(IntBinarySQLOperator operator)
Returns a binary operator that applies the
operator operator to its input, and wraps any SQLException that is thrown in an
UncheckedSQLException. |
| Modifier and Type | Method and Description |
|---|---|
static IntBinarySQLOperator |
IntBinarySQLOperator.checked(IntBinarySQLOperator operator)
Returns a binary operator that applies the
operator operator to its input, and unwraps any UncheckedSQLException that is thrown
by throwing its cause. |
static IntBinarySQLOperator |
IntBinarySQLOperator.unchecked(IntBinarySQLOperator operator)
Returns a binary operator that applies the
operator operator to its input, and wraps any SQLException that is thrown in an
UncheckedSQLException. |
Copyright © 2017. All rights reserved.