java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.FalsePredicate
-
Constructor Summary
Constructors
-
Method Summary
boolean
Test the given input value and return a boolean.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FalsePredicate
FalsePredicate()
-
Method Details
-
test
Test the given input value and return a boolean.
- Specified by:
test
in interface Predicate<Object>
- Parameters:
o
- the value
- Returns:
- the boolean result