@FunctionalInterface public interface UncheckedFunction<T,R> extends Function<T,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T value) |
default R |
apply(T value,
Function<Exception,RuntimeException> handler) |
R |
applyThrows(T value) |
Copyright © 2022. All rights reserved.