Uses of Interface
software.amazon.awssdk.utils.FunctionalUtils.UnsafeFunction
Packages that use FunctionalUtils.UnsafeFunction
-
Uses of FunctionalUtils.UnsafeFunction in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils with parameters of type FunctionalUtils.UnsafeFunctionModifier and TypeMethodDescriptionstatic <T,R> Function<T, R> FunctionalUtils.safeFunction(FunctionalUtils.UnsafeFunction<T, R> unsafeFunction) Takes a functional interface that throws an exception and returns aFunctionthat deals with that exception by wrapping in a runtime exception.