- Type Parameters:
T1
- the first value typeT2
- the second value typeT3
- the second value typeT4
- the second value typeR
- the result type
public interface Function4<T1,T2,T3,T4,R>
A functional interface (callback) that computes a value based on multiple input values.