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