@FunctionalInterface public interface SneakyThrowFunction1<T,R> extends java.util.function.Function<T,R>
default R
apply(T t)
R
throwableApply(T t)
andThen, compose, identity
R throwableApply(T t) throws Throwable
Throwable
default R apply(T t)
apply
java.util.function.Function<T,R>
Copyright © 2021. All rights reserved.