Uses of Interface
software.amazon.awssdk.utils.FunctionalUtils.UnsafeSupplier
Packages that use FunctionalUtils.UnsafeSupplier
-
Uses of FunctionalUtils.UnsafeSupplier in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils with parameters of type FunctionalUtils.UnsafeSupplierModifier and TypeMethodDescriptionstatic <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.