Uses of Interface
software.amazon.awssdk.utils.FunctionalUtils.UnsafeConsumer
-
Packages that use FunctionalUtils.UnsafeConsumer Package Description software.amazon.awssdk.utils -
-
Uses of FunctionalUtils.UnsafeConsumer in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils with parameters of type FunctionalUtils.UnsafeConsumer Modifier and Type Method Description static <I> Consumer<I>
FunctionalUtils. safeConsumer(FunctionalUtils.UnsafeConsumer<I> unsafeConsumer)
A wrapper around a Consumer that throws a checked exception.
-