@FunctionalInterface public interface BiFunctionWithException<T,U,R>
R
apply(T t, U u)
R apply(T t, U u) throws Exception
Exception
Copyright © 2014. All rights reserved.