| Package | Description |
|---|---|
| com.amazonaws.codegen.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> java.util.function.Function<T,R> |
FunctionalUtils.safeFunction(FunctionalUtils.ExceptionThrowingFunction<T,R> unsafeFunc)
Takes a functional interface that throws an exception and returns a
Function that deals with that exception by
wrapping in a runtime exception. |
Copyright © 2020. All rights reserved.