Class Functions.FalsePredicate

java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.FalsePredicate
All Implemented Interfaces:
Predicate<Object>
Enclosing class:
Functions

static final class Functions.FalsePredicate extends Object implements Predicate<Object>
  • Constructor Details

    • FalsePredicate

      FalsePredicate()
  • Method Details

    • test

      public boolean test(Object o)
      Description copied from interface: Predicate
      Test the given input value and return a boolean.
      Specified by:
      test in interface Predicate<Object>
      Parameters:
      o - the value
      Returns:
      the boolean result