@FunctionalInterface public interface EFunction<T,R,E extends Throwable> extends Function<T,R>
default R
apply(T t)
R
eApply(T t)
andThen, compose, identity
default R apply(T t)
apply
Function<T,R>
R eApply(T t) throws E extends Throwable
E extends Throwable
Copyright © 2022–2023. All rights reserved.