| Modifier and Type | Method and Description |
|---|---|
static LongSQLSupplier |
LongSQLSupplier.checked(LongSupplier supplier)
Returns a supplier that returns the result of the
supplier supplier, and unwraps any UncheckedSQLException that is thrown by
throwing its cause. |
| Modifier and Type | Method and Description |
|---|---|
static LongSupplier |
LongSQLSupplier.unchecked(LongSQLSupplier supplier)
Returns a supplier that returns the result of the
supplier supplier, and wraps any SQLException that is thrown in an
UncheckedSQLException. |
Copyright © 2017. All rights reserved.