接口 LongPairSet.LongPairFunction<T>
- 类型参数:
T- the type of the result of the function
- 封闭接口:
- LongPairSet
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Represents a function that accepts two long arguments and produces a result. This is the two-arity specialization
of
Function.-
方法概要
-
方法详细资料
-
apply
Applies this function to the given arguments.- 参数:
item1- the first function argumentitem2- the second function argument- 返回:
- the function result
-