| Modifier and Type | Method and Description |
|---|---|
static DoubleIOSupplier |
DoubleIOSupplier.checked(DoubleSupplier supplier)
Returns a supplier that returns the result of the
supplier supplier, and unwraps any UncheckedIOException that is thrown by
throwing its cause. |
| Modifier and Type | Method and Description |
|---|---|
static DoubleSupplier |
DoubleIOSupplier.unchecked(DoubleIOSupplier supplier)
Returns a supplier that returns the result of the
supplier supplier, and wraps any IOException that is thrown in an
UncheckedIOException. |
Copyright © 2017–2020. All rights reserved.