public interface BiFunction<T,U,R>
This is a functional interface whose functional method is apply(Object, Object).
apply(Object, Object)
R
apply(T t, U u)
R apply(T t, U u)
t
u
Copyright © 2018–2020 Alibaba Group. All rights reserved.