| Modifier and Type | Method and Description |
|---|---|
static <T> ObjDoubleSQLConsumer<T> |
ObjDoubleSQLConsumer.checked(ObjDoubleConsumer<? super T> operation)
Returns an
ObjDoubleSQLConsumer that performs the operation operation, and unwraps any UncheckedSQLException that is
thrown by throwing its cause. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ObjDoubleConsumer<T> |
ObjDoubleSQLConsumer.unchecked(ObjDoubleSQLConsumer<? super T> operation)
Returns an
ObjDoubleConsumer that performs the operation operation, and wraps any SQLException that is thrown in an
UncheckedSQLException. |
Copyright © 2017. All rights reserved.