final class io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc implements io.reactivex.functions.Function<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc
  super_class: java.lang.Object
{
  final io.reactivex.internal.operators.maybe.MaybeZipIterable this$0;
    descriptor: Lio/reactivex/internal/operators/maybe/MaybeZipIterable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.reactivex.internal.operators.maybe.MaybeZipIterable);
    descriptor: (Lio/reactivex/internal/operators/maybe/MaybeZipIterable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc this
         0: .line 82
            aload 0 /* this */
            aload 1
            putfield io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc.this$0:Lio/reactivex/internal/operators/maybe/MaybeZipIterable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeZipIterable$SingletonArrayFunc;
    MethodParameters:
        Name  Flags
      this$0  final

  public R apply();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc this
        start local 1 // java.lang.Object t
         0: .line 85
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc.this$0:Lio/reactivex/internal/operators/maybe/MaybeZipIterable;
            getfield io.reactivex.internal.operators.maybe.MaybeZipIterable.zipper:Lio/reactivex/functions/Function;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* t */
            aastore
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The zipper returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeZipIterable$SingletonArrayFunc;
            0    1     1     t  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;)TR;
    MethodParameters:
      Name  Flags
      t     
}
Signature: Ljava/lang/Object;Lio/reactivex/functions/Function<TT;TR;>;
SourceFile: "MaybeZipIterable.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeZipIterable
InnerClasses:
  final SingletonArrayFunc = io.reactivex.internal.operators.maybe.MaybeZipIterable$SingletonArrayFunc of io.reactivex.internal.operators.maybe.MaybeZipIterable