Uses of Interface
software.amazon.awssdk.utils.FunctionalUtils.UnsafeRunnable
Packages that use FunctionalUtils.UnsafeRunnable
-
Uses of FunctionalUtils.UnsafeRunnable in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils with parameters of type FunctionalUtils.UnsafeRunnableModifier and TypeMethodDescriptionstatic voidFunctionalUtils.invokeSafely(FunctionalUtils.UnsafeRunnable unsafeRunnable) static voidFunctionalUtils.runAndLogError(org.slf4j.Logger log, String errorMsg, FunctionalUtils.UnsafeRunnable runnable) Runs a givenFunctionalUtils.UnsafeRunnableand logs an error without throwing.static RunnableFunctionalUtils.safeRunnable(FunctionalUtils.UnsafeRunnable unsafeRunnable) A wrapper around a Runnable that throws a checked exception.