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