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