Class Functions.BooleanSupplierPredicateReverse<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.BooleanSupplierPredicateReverse<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BooleanSupplier
supplier
-
Constructor Summary
Constructors Constructor Description BooleanSupplierPredicateReverse(BooleanSupplier supplier)
-
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.
-
-
-
Field Detail
-
supplier
final BooleanSupplier supplier
-
-
Constructor Detail
-
BooleanSupplierPredicateReverse
BooleanSupplierPredicateReverse(BooleanSupplier supplier)
-
-