| Package | Description |
|---|---|
| io.smallrye.mutiny.unchecked |
| Modifier and Type | Method and Description |
|---|---|
static <T> UncheckedSupplier<T> |
UncheckedSupplier.from(Supplier<T> supplier)
Creates a new
UncheckedSupplier from an existing Supplier |
static <T> UncheckedSupplier<T> |
Unchecked.unchecked(Supplier<T> supplier)
Transforms the given supplier into a version that can throw exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Supplier<T> |
Unchecked.supplier(UncheckedSupplier<T> supplier)
Transforms the given (unchecked) supplier into a regular supplier.
|
Copyright © 2019–2020 SmallRye. All rights reserved.