Package | Description |
---|---|
software.amazon.awssdk.utils |
Modifier and Type | Method and Description |
---|---|
static <T> T |
FunctionalUtils.invokeSafely(FunctionalUtils.UnsafeSupplier<T> unsafeSupplier) |
static <T> Supplier<T> |
FunctionalUtils.safeSupplier(FunctionalUtils.UnsafeSupplier<T> unsafeSupplier)
A wrapper around a BiConsumer that throws a checked exception.
|
Copyright © 2020. All rights reserved.