@FunctionalInterface public interface ThrowingFunction<T,R,E extends Exception>
R
apply(T t)
R apply(T t) throws E extends Exception
E extends Exception
Copyright © 2014–2016. All rights reserved.