@FunctionalInterface public static interface Throwing.ThrowingFn<T,R> extends Function<T,R>
default R
apply(T t)
R
throwingApply(T t)
andThen, compose, identity
R throwingApply(T t) throws Exception
Exception
default R apply(T t)
apply
Function<T,R>
Copyright © 2023 Suncode. All rights reserved.