| io.reactivex.functions.Predicate<T> |
A functional interface (callback) that returns true or false for the given input value.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
test(T t)
Test the given input value and return a boolean.
| ||||||||||
Test the given input value and return a boolean.
| t | the value |
|---|
| Exception | on error |
|---|