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