Class Functions.EqualsPredicate<T>

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

static final class Functions.EqualsPredicate<T> extends Object implements Predicate<T>
  • Field Details

    • value

      final T value
  • Constructor Details

    • EqualsPredicate

      EqualsPredicate(T value)
  • Method Details

    • test

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