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