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