Class ObjectHelper.BiObjectPredicate
java.lang.Object
io.reactivex.rxjava3.internal.functions.ObjectHelper.BiObjectPredicate
- All Implemented Interfaces:
BiPredicate<Object,Object>
- Enclosing class:
ObjectHelper
static final class ObjectHelper.BiObjectPredicate
extends Object
implements BiPredicate<Object,Object>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BiObjectPredicate
BiObjectPredicate()
-
-
Method Details
-
test
Description copied from interface:BiPredicateTest the given input values and return a boolean.- Specified by:
testin interfaceBiPredicate<Object,Object> - Parameters:
o1- the first valueo2- the second value- Returns:
- the boolean result
-