@FunctionalInterface public interface CheckedFunction<T,E>
E
apply(T t)
static <T,E> Function<T,E>
wrap(CheckedFunction<T,E> checkedFunction)
static <T,E> Function<T,E> wrap(CheckedFunction<T,E> checkedFunction)
E apply(T t) throws Throwable
Throwable
Copyright © 2020. All rights reserved.