java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.ClassFilter<T,U>
-
Field Summary
Fields
(package private) final Class<U>
-
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
-
-
-
Method Details
-
test
Test the given input value and return a boolean.
- Specified by:
test
in interface Predicate<T>
- Parameters:
t
- the value
- Returns:
- the boolean result