Interface TriFunction<T,U,V,R>
- Type Parameters:
T
- First argumentU
- Second argumentV
- Third argumentR
- Return type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface to represent a function with three arguments
-
Method Summary
-
Method Details
-
apply
-