| io.reactivex.functions.BiPredicate<T1, T2> |
A functional interface (callback) that returns true or false for the given input values.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
test(T1 t1, T2 t2)
Test the given input values and return a boolean.
| ||||||||||
Test the given input values and return a boolean.
| t1 | the first value |
|---|---|
| t2 | the second value |
| Exception | on error |
|---|