| Package | Description |
|---|---|
| software.amazon.awssdk.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Function<T,R> |
FunctionalUtils.safeFunction(FunctionalUtils.UnsafeFunction<T,R> unsafeFunction)
Takes a functional interface that throws an exception and returns a
Function that deals with that exception by
wrapping in a runtime exception. |
Copyright © 2022. All rights reserved.