public interface BiFunction<F1,F2,T>
T
apply(F1 arg1, F2 arg2)
T apply(F1 arg1, F2 arg2)
Copyright © 2019. All rights reserved.