- All Superinterfaces:
Function3<T1,T2,T3,Long>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Applies this function to the given arguments.
long
Applies this function to the given arguments.
-
Method Details
-
apply
Applies this function to the given arguments.
- Specified by:
apply in interface Function3<T1,T2,T3,Long>
- Parameters:
t1 - the first function argument
t2 - the second function argument
t3 - the third function argument
- Returns:
- the function result
-
applyAsLong
long applyAsLong(T1 t1,
T2 t2,
T3 t3)
Applies this function to the given arguments.
- Parameters:
t1 - the first function argument
t2 - the second function argument
t3 - the third function argument
- Returns:
- the function result