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