@FunctionalInterface public interface ThrowingFunction<T,R>
R
apply(T t)
R apply(T t) throws Exception
Exception
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.