@FunctionalInterface public interface CheckedBiFunction<X,Y,T>
T
apply(X x, Y y)
T apply(X x, Y y) throws Throwable
Throwable
Copyright © 2019. All rights reserved.