@FunctionalInterface public interface CheckedFunction<T,R,E extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t) |
static <T,R,E extends Throwable> |
unchecked(CheckedFunction<T,R,E> f) |
Copyright © 2022. All rights reserved.