final class io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse<T> implements io.reactivex.functions.Predicate<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse
  super_class: java.lang.Object
{
  final io.reactivex.functions.BooleanSupplier supplier;
    descriptor: Lio/reactivex/functions/BooleanSupplier;
    flags: (0x0010) ACC_FINAL

  void <init>(io.reactivex.functions.BooleanSupplier);
    descriptor: (Lio/reactivex/functions/BooleanSupplier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse this
        start local 1 // io.reactivex.functions.BooleanSupplier supplier
         0: .line 372
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 373
            aload 0 /* this */
            aload 1 /* supplier */
            putfield io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse.supplier:Lio/reactivex/functions/BooleanSupplier;
         2: .line 374
            return
        end local 1 // io.reactivex.functions.BooleanSupplier supplier
        end local 0 // io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactivex/internal/functions/Functions$BooleanSupplierPredicateReverse<TT;>;
            0    3     1  supplier  Lio/reactivex/functions/BooleanSupplier;
    MethodParameters:
          Name  Flags
      supplier  

  public boolean test();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse this
        start local 1 // java.lang.Object t
         0: .line 378
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse.supplier:Lio/reactivex/functions/BooleanSupplier;
            invokeinterface io.reactivex.functions.BooleanSupplier.getAsBoolean:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/functions/Functions$BooleanSupplierPredicateReverse<TT;>;
            0    3     1     t  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      t     
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Predicate<TT;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final BooleanSupplierPredicateReverse = io.reactivex.internal.functions.Functions$BooleanSupplierPredicateReverse of io.reactivex.internal.functions.Functions