final class io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction<T, R> implements io.reactivex.functions.Function<java.util.List<org.reactivestreams.Publisher<? extends T>>, org.reactivestreams.Publisher<? extends R>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction
  super_class: java.lang.Object
{
  private final io.reactivex.functions.Function<? super java.lang.Object[], ? extends R> zipper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;

  void <init>(io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>);
    descriptor: (Lio/reactivex/functions/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction this
        start local 1 // io.reactivex.functions.Function zipper
         0: .line 228
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 229
            aload 0 /* this */
            aload 1 /* zipper */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction.zipper:Lio/reactivex/functions/Function;
         2: .line 230
            return
        end local 1 // io.reactivex.functions.Function zipper
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$ZipIterableFunction<TT;TR;>;
            0    3     1  zipper  Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
    Signature: (Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;)V
    MethodParameters:
        Name  Flags
      zipper  

  public org.reactivestreams.Publisher<? extends R> apply(java.util.List<org.reactivestreams.Publisher<? extends T>>);
    descriptor: (Ljava/util/List;)Lorg/reactivestreams/Publisher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction this
        start local 1 // java.util.List list
         0: .line 234
            aload 1 /* list */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction.zipper:Lio/reactivex/functions/Function;
            iconst_0
            invokestatic io.reactivex.Flowable.bufferSize:()I
            invokestatic io.reactivex.Flowable.zipIterable:(Ljava/lang/Iterable;Lio/reactivex/functions/Function;ZI)Lio/reactivex/Flowable;
            areturn
        end local 1 // java.util.List list
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$ZipIterableFunction<TT;TR;>;
            0    1     1  list  Ljava/util/List<Lorg/reactivestreams/Publisher<+TT;>;>;
    Signature: (Ljava/util/List<Lorg/reactivestreams/Publisher<+TT;>;>;)Lorg/reactivestreams/Publisher<+TR;>;
    MethodParameters:
      Name  Flags
      list  

  public java.lang.Object apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.List
            invokevirtual io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction.apply:(Ljava/util/List;)Lorg/reactivestreams/Publisher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Function<Ljava/util/List<Lorg/reactivestreams/Publisher<+TT;>;>;Lorg/reactivestreams/Publisher<+TR;>;>;
SourceFile: "FlowableInternalHelper.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableInternalHelper
InnerClasses:
  final ZipIterableFunction = io.reactivex.internal.operators.flowable.FlowableInternalHelper$ZipIterableFunction of io.reactivex.internal.operators.flowable.FlowableInternalHelper