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