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 Details

    • BiObjectPredicate

      BiObjectPredicate()
  • Method Details

    • test

      public boolean test(Object o1, Object o2)
      Description copied from interface: BiPredicate
      Test the given input values and return a boolean.
      Specified by:
      test in interface BiPredicate<Object,Object>
      Parameters:
      o1 - the first value
      o2 - the second value
      Returns:
      the boolean result