Class Functions.ClassFilter<T,U>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.ClassFilter<T,U>
-
-
Constructor Summary
Constructors Constructor Description ClassFilter(java.lang.Class<U> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(T t)
Test the given input value and return a boolean.
-