@FunctionalInterface public interface CheckedFunction<T,R> extends Serializable
R
apply(T t)
@Nullable R apply(@Nullable T t) throws Throwable
t
Throwable
Copyright © 2024. All rights reserved.