| Package | Description |
|---|---|
| no.digipost |
| Modifier and Type | Method and Description |
|---|---|
static <T,X extends Throwable> |
DiggExceptions.mayThrow(ThrowingSupplier<T,X> supplier)
Convenience to acquire a
ThrowingSupplier-reference from a lambda expression. |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
DiggExceptions.getUnchecked(ThrowingSupplier<T,? extends Throwable> supplier)
Immediately
get a result from the given supplier,
and if needed, convert any thrown exceptions to unckecked. |
static <T,X extends Throwable> |
DiggExceptions.mayThrow(ThrowingSupplier<T,X> supplier)
Convenience to acquire a
ThrowingSupplier-reference from a lambda expression. |
Copyright © 2019 Digipost. All rights reserved.