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 void
FunctionalUtils. invokeSafely(FunctionalUtils.UnsafeRunnable unsafeRunnable)
static void
FunctionalUtils. runAndLogError(org.slf4j.Logger log, String errorMsg, FunctionalUtils.UnsafeRunnable runnable)
Runs a givenFunctionalUtils.UnsafeRunnable
and logs an error without throwing.static Runnable
FunctionalUtils. safeRunnable(FunctionalUtils.UnsafeRunnable unsafeRunnable)
A wrapper around a Runnable that throws a checked exception.
-