class com.mongodb.async.client.MongoIterableImpl$2$1 implements com.mongodb.Block<TResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.async.client.MongoIterableImpl$2$1
  super_class: java.lang.Object
{
  final com.mongodb.async.client.MongoIterableImpl$2 this$1;
    descriptor: Lcom/mongodb/async/client/MongoIterableImpl$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Collection val$target;
    descriptor: Ljava/util/Collection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.async.client.MongoIterableImpl$2, java.util.Collection);
    descriptor: (Lcom/mongodb/async/client/MongoIterableImpl$2;Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.mongodb.async.client.MongoIterableImpl$2$1 this
         0: .line 105
            aload 0 /* this */
            aload 1
            putfield com.mongodb.async.client.MongoIterableImpl$2$1.this$1:Lcom/mongodb/async/client/MongoIterableImpl$2;
            aload 0 /* this */
            aload 2
            putfield com.mongodb.async.client.MongoIterableImpl$2$1.val$target:Ljava/util/Collection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.async.client.MongoIterableImpl$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/async/client/MongoIterableImpl$2$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$target  final

  public void apply();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.MongoIterableImpl$2$1 this
        start local 1 // java.lang.Object t
         0: .line 108
            aload 0 /* this */
            getfield com.mongodb.async.client.MongoIterableImpl$2$1.val$target:Ljava/util/Collection;
            aload 1 /* t */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         1: .line 109
            return
        end local 1 // java.lang.Object t
        end local 0 // com.mongodb.async.client.MongoIterableImpl$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/async/client/MongoIterableImpl$2$1;
            0    2     1     t  TTResult;
    Signature: (TTResult;)V
    MethodParameters:
      Name  Flags
      t     final
}
Signature: Ljava/lang/Object;Lcom/mongodb/Block<TTResult;>;
SourceFile: "MongoIterableImpl.java"
EnclosingMethod: com.mongodb.async.client.MongoIterableImpl$2.onResult:(Lcom/mongodb/async/AsyncBatchCursor;Ljava/lang/Throwable;)V
NestHost: com.mongodb.async.client.MongoIterableImpl
InnerClasses:
  com.mongodb.async.client.MongoIterableImpl$2
  com.mongodb.async.client.MongoIterableImpl$2$1