| io.reactivex.functions.Function3<T1, T2, T3, R> | 
A functional interface (callback) that computes a value based on multiple input values.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract R | apply(T1 t1, T2 t2, T3 t3) Calculate a value based on the input values. | ||||||||||
Calculate a value based on the input values.
| t1 | the first value | 
|---|---|
| t2 | the second value | 
| t3 | the third value | 
| Exception | on error | 
|---|