@FunctionalInterface public interface CheckedFunction<T,R> extends Function<T,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t) |
R |
applyChecked(T t) |
default R |
handleException(Throwable throwable) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.