Class Functions.FalsePredicate
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.FalsePredicate
-
-
Constructor Summary
Constructors Constructor Description FalsePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(java.lang.Object o)
Test the given input value and return a boolean.
-