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:BiPredicate
Test the given input values and return a boolean.- Specified by:
test
in interfaceBiPredicate<Object,
Object> - Parameters:
o1
- the first valueo2
- the second value- Returns:
- the boolean result
-