| Modifier and Type | Method and Description |
|---|---|
static DoubleSQLSupplier |
DoubleSQLSupplier.checked(DoubleSupplier 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 DoubleSupplier |
DoubleSQLSupplier.unchecked(DoubleSQLSupplier 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.