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