Class Functions.BooleanSupplierPredicateReverse<T>

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

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

  • Constructor Details

    • BooleanSupplierPredicateReverse

      BooleanSupplierPredicateReverse(BooleanSupplier supplier)
  • Method Details

    • test

      public boolean test(T t) throws Throwable
      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
      Throws:
      Throwable - if the implementation wishes to throw any type of exception