| Modifier and Type | Method and Description |
|---|---|
default IntSQLConsumer |
IntSQLConsumer.andThen(IntSQLConsumer after)
Returns a composed
IntSQLConsumer that performs, in sequence, this operation followed by the after operation. |
static IntSQLConsumer |
IntSQLConsumer.checked(IntConsumer operation)
Returns an
IntSQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is thrown
by throwing its cause. |
| Modifier and Type | Method and Description |
|---|---|
default IntSQLConsumer |
IntSQLConsumer.andThen(IntSQLConsumer after)
Returns a composed
IntSQLConsumer that performs, in sequence, this operation followed by the after operation. |
static IntConsumer |
IntSQLConsumer.unchecked(IntSQLConsumer operation)
Returns a
IntConsumer that performs the operation operation, and wraps any SQLException that is thrown in an
UncheckedSQLException. |
Copyright © 2017. All rights reserved.