@FunctionalInterface public interface RethrowableFunction<T,R> extends Function<T,R>
default R
apply(T t)
R
doApply(T t)
andThen, compose, identity
default R apply(T t)
apply
Function<T,R>
R doApply(T t) throws Exception
Exception
Copyright © 2017. All rights reserved.