Uses of Interface
software.amazon.awssdk.utils.FunctionalUtils.UnsafeSupplier
-
Packages that use FunctionalUtils.UnsafeSupplier Package Description software.amazon.awssdk.utils -
-
Uses of FunctionalUtils.UnsafeSupplier in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils with parameters of type FunctionalUtils.UnsafeSupplier Modifier and Type Method Description static <T> TFunctionalUtils. 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.
-