JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
io.reactivex.functions
Interface Function3<T1,T2,T3,R>
-
- Type Parameters:
T1
- the first value type
T2
- the second value type
T3
- the third value type
R
- the result type
public interface Function3<T1,T2,T3,R>
A functional interface (callback) that computes a value based on multiple input values.
-
-
Method Summary
All Methods
Modifier and Type |
Method and Description |
R |
apply (T1 t1,
T2 t2,
T3 t3)
Calculate a value based on the input values.
|
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method