Class Functions.EqualsPredicate<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.EqualsPredicate<T>
-
-
Constructor Summary
Constructors Constructor Description EqualsPredicate(T value)
-
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.
-