T - the generic type of the return value@FunctionalInterface public interface CheckedFunction<T,R> extends Function<T,R>
Function which can throw exceptions| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t) |
R |
applyChecked(T t)
Executes an unsafe operation
|
default R |
handleException(Throwable throwable)
Handles the
throwable |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.