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