接口 BiFunction<T,U,R>
public interface BiFunction<T,U,R>
-
方法概要
-
方法详细资料
-
apply
Applies this function to the given arguments.- 参数:
t- the first function argumentu- the second function argument- 返回:
- the function result
-
t - the first function argumentu - the second function argument