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