class com.mongodb.async.client.AggregateIterableImpl<TDocument, TResult> extends com.mongodb.async.client.MongoIterableImpl<TResult> implements com.mongodb.async.client.AggregateIterable<TResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.async.client.AggregateIterableImpl
  super_class: com.mongodb.async.client.MongoIterableImpl
{
  private final com.mongodb.internal.operation.AsyncOperations<TDocument> operations;
    descriptor: Lcom/mongodb/internal/operation/AsyncOperations;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/mongodb/internal/operation/AsyncOperations<TTDocument;>;

  private final com.mongodb.MongoNamespace namespace;
    descriptor: Lcom/mongodb/MongoNamespace;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<TDocument> documentClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<TTDocument;>;

  private final java.lang.Class<TResult> resultClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<TTResult;>;

  private final org.bson.codecs.configuration.CodecRegistry codecRegistry;
    descriptor: Lorg/bson/codecs/configuration/CodecRegistry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<? extends org.bson.conversions.Bson> pipeline;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lorg/bson/conversions/Bson;>;

  private final com.mongodb.client.model.AggregationLevel aggregationLevel;
    descriptor: Lcom/mongodb/client/model/AggregationLevel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.Boolean allowDiskUse;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private long maxTimeMS;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long maxAwaitTimeMS;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean useCursor;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean bypassDocumentValidation;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private com.mongodb.client.model.Collation collation;
    descriptor: Lcom/mongodb/client/model/Collation;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String comment;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.bson.conversions.Bson hint;
    descriptor: Lorg/bson/conversions/Bson;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.mongodb.async.client.ClientSession, java.lang.String, java.lang.Class<TDocument>, java.lang.Class<TResult>, org.bson.codecs.configuration.CodecRegistry, com.mongodb.ReadPreference, com.mongodb.ReadConcern, com.mongodb.WriteConcern, com.mongodb.async.client.OperationExecutor, java.util.List<? extends org.bson.conversions.Bson>, com.mongodb.client.model.AggregationLevel, );
    descriptor: (Lcom/mongodb/async/client/ClientSession;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/async/client/OperationExecutor;Ljava/util/List;Lcom/mongodb/client/model/AggregationLevel;Z)V
    flags: (0x0000) 
    Code:
      stack=13, locals=13, args_size=13
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // com.mongodb.async.client.ClientSession clientSession
        start local 2 // java.lang.String databaseName
        start local 3 // java.lang.Class documentClass
        start local 4 // java.lang.Class resultClass
        start local 5 // org.bson.codecs.configuration.CodecRegistry codecRegistry
        start local 6 // com.mongodb.ReadPreference readPreference
        start local 7 // com.mongodb.ReadConcern readConcern
        start local 8 // com.mongodb.WriteConcern writeConcern
        start local 9 // com.mongodb.async.client.OperationExecutor executor
        start local 10 // java.util.List pipeline
        start local 11 // com.mongodb.client.model.AggregationLevel aggregationLevel
        start local 12 // boolean retryReads
         0: .line 65
            aload 0 /* this */
            aload 1 /* clientSession */
            new com.mongodb.MongoNamespace
            dup
            aload 2 /* databaseName */
            ldc "ignored"
            invokespecial com.mongodb.MongoNamespace.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            aload 3 /* documentClass */
            aload 4 /* resultClass */
            aload 5 /* codecRegistry */
            aload 6 /* readPreference */
         1: .line 66
            aload 7 /* readConcern */
            aload 8 /* writeConcern */
            aload 9 /* executor */
            aload 10 /* pipeline */
            aload 11 /* aggregationLevel */
            iload 12 /* retryReads */
            invokespecial com.mongodb.async.client.AggregateIterableImpl.<init>:(Lcom/mongodb/async/client/ClientSession;Lcom/mongodb/MongoNamespace;Ljava/lang/Class;Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/async/client/OperationExecutor;Ljava/util/List;Lcom/mongodb/client/model/AggregationLevel;Z)V
         2: .line 67
            return
        end local 12 // boolean retryReads
        end local 11 // com.mongodb.client.model.AggregationLevel aggregationLevel
        end local 10 // java.util.List pipeline
        end local 9 // com.mongodb.async.client.OperationExecutor executor
        end local 8 // com.mongodb.WriteConcern writeConcern
        end local 7 // com.mongodb.ReadConcern readConcern
        end local 6 // com.mongodb.ReadPreference readPreference
        end local 5 // org.bson.codecs.configuration.CodecRegistry codecRegistry
        end local 4 // java.lang.Class resultClass
        end local 3 // java.lang.Class documentClass
        end local 2 // java.lang.String databaseName
        end local 1 // com.mongodb.async.client.ClientSession clientSession
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    3     1     clientSession  Lcom/mongodb/async/client/ClientSession;
            0    3     2      databaseName  Ljava/lang/String;
            0    3     3     documentClass  Ljava/lang/Class<TTDocument;>;
            0    3     4       resultClass  Ljava/lang/Class<TTResult;>;
            0    3     5     codecRegistry  Lorg/bson/codecs/configuration/CodecRegistry;
            0    3     6    readPreference  Lcom/mongodb/ReadPreference;
            0    3     7       readConcern  Lcom/mongodb/ReadConcern;
            0    3     8      writeConcern  Lcom/mongodb/WriteConcern;
            0    3     9          executor  Lcom/mongodb/async/client/OperationExecutor;
            0    3    10          pipeline  Ljava/util/List<+Lorg/bson/conversions/Bson;>;
            0    3    11  aggregationLevel  Lcom/mongodb/client/model/AggregationLevel;
            0    3    12        retryReads  Z
    Signature: (Lcom/mongodb/async/client/ClientSession;Ljava/lang/String;Ljava/lang/Class<TTDocument;>;Ljava/lang/Class<TTResult;>;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/async/client/OperationExecutor;Ljava/util/List<+Lorg/bson/conversions/Bson;>;Lcom/mongodb/client/model/AggregationLevel;Z)V
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
      1:
      2:
      3:
      4:
      5:
      6:
      7:
      8:
      9:
      10:
      11:
    MethodParameters:
                  Name  Flags
      clientSession     final
      databaseName      final
      documentClass     final
      resultClass       final
      codecRegistry     final
      readPreference    final
      readConcern       final
      writeConcern      final
      executor          final
      pipeline          final
      aggregationLevel  final
      retryReads        final

  void <init>(com.mongodb.async.client.ClientSession, com.mongodb.MongoNamespace, java.lang.Class<TDocument>, java.lang.Class<TResult>, org.bson.codecs.configuration.CodecRegistry, com.mongodb.ReadPreference, com.mongodb.ReadConcern, com.mongodb.WriteConcern, com.mongodb.async.client.OperationExecutor, java.util.List<? extends org.bson.conversions.Bson>, com.mongodb.client.model.AggregationLevel, );
    descriptor: (Lcom/mongodb/async/client/ClientSession;Lcom/mongodb/MongoNamespace;Ljava/lang/Class;Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/async/client/OperationExecutor;Ljava/util/List;Lcom/mongodb/client/model/AggregationLevel;Z)V
    flags: (0x0000) 
    Code:
      stack=11, locals=13, args_size=13
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // com.mongodb.async.client.ClientSession clientSession
        start local 2 // com.mongodb.MongoNamespace namespace
        start local 3 // java.lang.Class documentClass
        start local 4 // java.lang.Class resultClass
        start local 5 // org.bson.codecs.configuration.CodecRegistry codecRegistry
        start local 6 // com.mongodb.ReadPreference readPreference
        start local 7 // com.mongodb.ReadConcern readConcern
        start local 8 // com.mongodb.WriteConcern writeConcern
        start local 9 // com.mongodb.async.client.OperationExecutor executor
        start local 10 // java.util.List pipeline
        start local 11 // com.mongodb.client.model.AggregationLevel aggregationLevel
        start local 12 // boolean retryReads
         0: .line 73
            aload 0 /* this */
            aload 1 /* clientSession */
            aload 9 /* executor */
            aload 7 /* readConcern */
            aload 6 /* readPreference */
            iload 12 /* retryReads */
            invokespecial com.mongodb.async.client.MongoIterableImpl.<init>:(Lcom/mongodb/async/client/ClientSession;Lcom/mongodb/async/client/OperationExecutor;Lcom/mongodb/ReadConcern;Lcom/mongodb/ReadPreference;Z)V
         1: .line 74
            aload 0 /* this */
            new com.mongodb.internal.operation.AsyncOperations
            dup
            aload 2 /* namespace */
            aload 3 /* documentClass */
            aload 6 /* readPreference */
            aload 5 /* codecRegistry */
            aload 7 /* readConcern */
            aload 8 /* writeConcern */
         2: .line 75
            iconst_0
            iload 12 /* retryReads */
            invokespecial com.mongodb.internal.operation.AsyncOperations.<init>:(Lcom/mongodb/MongoNamespace;Ljava/lang/Class;Lcom/mongodb/ReadPreference;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;ZZ)V
         3: .line 74
            putfield com.mongodb.async.client.AggregateIterableImpl.operations:Lcom/mongodb/internal/operation/AsyncOperations;
         4: .line 76
            aload 0 /* this */
            ldc "namespace"
            aload 2 /* namespace */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.mongodb.MongoNamespace
            putfield com.mongodb.async.client.AggregateIterableImpl.namespace:Lcom/mongodb/MongoNamespace;
         5: .line 77
            aload 0 /* this */
            ldc "documentClass"
            aload 3 /* documentClass */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            putfield com.mongodb.async.client.AggregateIterableImpl.documentClass:Ljava/lang/Class;
         6: .line 78
            aload 0 /* this */
            ldc "resultClass"
            aload 4 /* resultClass */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            putfield com.mongodb.async.client.AggregateIterableImpl.resultClass:Ljava/lang/Class;
         7: .line 79
            aload 0 /* this */
            ldc "codecRegistry"
            aload 5 /* codecRegistry */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.bson.codecs.configuration.CodecRegistry
            putfield com.mongodb.async.client.AggregateIterableImpl.codecRegistry:Lorg/bson/codecs/configuration/CodecRegistry;
         8: .line 80
            aload 0 /* this */
            ldc "pipeline"
            aload 10 /* pipeline */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            putfield com.mongodb.async.client.AggregateIterableImpl.pipeline:Ljava/util/List;
         9: .line 81
            aload 0 /* this */
            ldc "aggregationLevel"
            aload 11 /* aggregationLevel */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.mongodb.client.model.AggregationLevel
            putfield com.mongodb.async.client.AggregateIterableImpl.aggregationLevel:Lcom/mongodb/client/model/AggregationLevel;
        10: .line 82
            return
        end local 12 // boolean retryReads
        end local 11 // com.mongodb.client.model.AggregationLevel aggregationLevel
        end local 10 // java.util.List pipeline
        end local 9 // com.mongodb.async.client.OperationExecutor executor
        end local 8 // com.mongodb.WriteConcern writeConcern
        end local 7 // com.mongodb.ReadConcern readConcern
        end local 6 // com.mongodb.ReadPreference readPreference
        end local 5 // org.bson.codecs.configuration.CodecRegistry codecRegistry
        end local 4 // java.lang.Class resultClass
        end local 3 // java.lang.Class documentClass
        end local 2 // com.mongodb.MongoNamespace namespace
        end local 1 // com.mongodb.async.client.ClientSession clientSession
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0   11     1     clientSession  Lcom/mongodb/async/client/ClientSession;
            0   11     2         namespace  Lcom/mongodb/MongoNamespace;
            0   11     3     documentClass  Ljava/lang/Class<TTDocument;>;
            0   11     4       resultClass  Ljava/lang/Class<TTResult;>;
            0   11     5     codecRegistry  Lorg/bson/codecs/configuration/CodecRegistry;
            0   11     6    readPreference  Lcom/mongodb/ReadPreference;
            0   11     7       readConcern  Lcom/mongodb/ReadConcern;
            0   11     8      writeConcern  Lcom/mongodb/WriteConcern;
            0   11     9          executor  Lcom/mongodb/async/client/OperationExecutor;
            0   11    10          pipeline  Ljava/util/List<+Lorg/bson/conversions/Bson;>;
            0   11    11  aggregationLevel  Lcom/mongodb/client/model/AggregationLevel;
            0   11    12        retryReads  Z
    Signature: (Lcom/mongodb/async/client/ClientSession;Lcom/mongodb/MongoNamespace;Ljava/lang/Class<TTDocument;>;Ljava/lang/Class<TTResult;>;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/async/client/OperationExecutor;Ljava/util/List<+Lorg/bson/conversions/Bson;>;Lcom/mongodb/client/model/AggregationLevel;Z)V
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
      1:
      2:
      3:
      4:
      5:
      6:
      7:
      8:
      9:
      10:
      11:
    MethodParameters:
                  Name  Flags
      clientSession     final
      namespace         final
      documentClass     final
      resultClass       final
      codecRegistry     final
      readPreference    final
      readConcern       final
      writeConcern      final
      executor          final
      pipeline          final
      aggregationLevel  final
      retryReads        final

  public void toCollection(com.mongodb.async.SingleResultCallback<java.lang.Void>);
    descriptor: (Lcom/mongodb/async/SingleResultCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // com.mongodb.async.SingleResultCallback callback
         0: .line 87
            aload 0 /* this */
            invokevirtual com.mongodb.async.client.AggregateIterableImpl.getOutNamespace:()Lcom/mongodb/MongoNamespace;
            ifnonnull 2
         1: .line 88
            new java.lang.IllegalStateException
            dup
            ldc "The last stage of the aggregation pipeline must be $out or $merge"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.mongodb.async.client.AggregateIterableImpl.getExecutor:()Lcom/mongodb/async/client/OperationExecutor;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.operations:Lcom/mongodb/internal/operation/AsyncOperations;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.pipeline:Ljava/util/List;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.maxTimeMS:J
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.allowDiskUse:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.bypassDocumentValidation:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.collation:Lcom/mongodb/client/model/Collation;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.hint:Lorg/bson/conversions/Bson;
         3: .line 92
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.comment:Ljava/lang/String;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.aggregationLevel:Lcom/mongodb/client/model/AggregationLevel;
         4: .line 91
            invokevirtual com.mongodb.internal.operation.AsyncOperations.aggregateToCollection:(Ljava/util/List;JLjava/lang/Boolean;Ljava/lang/Boolean;Lcom/mongodb/client/model/Collation;Lorg/bson/conversions/Bson;Ljava/lang/String;Lcom/mongodb/client/model/AggregationLevel;)Lcom/mongodb/operation/AsyncWriteOperation;
         5: .line 92
            aload 0 /* this */
            invokevirtual com.mongodb.async.client.AggregateIterableImpl.getReadConcern:()Lcom/mongodb/ReadConcern;
            aload 0 /* this */
            invokevirtual com.mongodb.async.client.AggregateIterableImpl.getClientSession:()Lcom/mongodb/async/client/ClientSession;
            aload 1 /* callback */
         6: .line 91
            invokeinterface com.mongodb.async.client.OperationExecutor.execute:(Lcom/mongodb/operation/AsyncWriteOperation;Lcom/mongodb/ReadConcern;Lcom/mongodb/async/client/ClientSession;Lcom/mongodb/async/SingleResultCallback;)V
         7: .line 93
            return
        end local 1 // com.mongodb.async.SingleResultCallback callback
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    8     1  callback  Lcom/mongodb/async/SingleResultCallback<Ljava/lang/Void;>;
    Signature: (Lcom/mongodb/async/SingleResultCallback<Ljava/lang/Void;>;)V
    MethodParameters:
          Name  Flags
      callback  final

  public com.mongodb.async.client.AggregateIterable<TResult> allowDiskUse(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // java.lang.Boolean allowDiskUse
         0: .line 97
            aload 0 /* this */
            aload 1 /* allowDiskUse */
            putfield com.mongodb.async.client.AggregateIterableImpl.allowDiskUse:Ljava/lang/Boolean;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean allowDiskUse
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    2     1  allowDiskUse  Ljava/lang/Boolean;
    Signature: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
              Name  Flags
      allowDiskUse  final

  public com.mongodb.async.client.AggregateIterable<TResult> batchSize(int);
    descriptor: (I)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // int batchSize
         0: .line 103
            aload 0 /* this */
            iload 1 /* batchSize */
            invokespecial com.mongodb.async.client.MongoIterableImpl.batchSize:(I)Lcom/mongodb/async/client/MongoIterable;
            pop
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // int batchSize
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    2     1  batchSize  I
    Signature: (I)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    MethodParameters:
           Name  Flags
      batchSize  final

  public com.mongodb.async.client.AggregateIterable<TResult> maxTime(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // long maxTime
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 109
            ldc "timeUnit"
            aload 3 /* timeUnit */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 110
            aload 0 /* this */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            lload 1 /* maxTime */
            aload 3 /* timeUnit */
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            putfield com.mongodb.async.client.AggregateIterableImpl.maxTimeMS:J
         2: .line 111
            aload 0 /* this */
            areturn
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long maxTime
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    3     1   maxTime  J
            0    3     3  timeUnit  Ljava/util/concurrent/TimeUnit;
    Signature: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    MethodParameters:
          Name  Flags
      maxTime   final
      timeUnit  final

  public com.mongodb.async.client.AggregateIterable<TResult> useCursor(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // java.lang.Boolean useCursor
         0: .line 117
            aload 0 /* this */
            aload 1 /* useCursor */
            putfield com.mongodb.async.client.AggregateIterableImpl.useCursor:Ljava/lang/Boolean;
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean useCursor
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    2     1  useCursor  Ljava/lang/Boolean;
    Signature: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
           Name  Flags
      useCursor  final

  public com.mongodb.async.client.AggregateIterable<TResult> maxAwaitTime(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // long maxAwaitTime
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 123
            ldc "timeUnit"
            aload 3 /* timeUnit */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 124
            aload 0 /* this */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            lload 1 /* maxAwaitTime */
            aload 3 /* timeUnit */
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            putfield com.mongodb.async.client.AggregateIterableImpl.maxAwaitTimeMS:J
         2: .line 125
            aload 0 /* this */
            areturn
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long maxAwaitTime
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    3     1  maxAwaitTime  J
            0    3     3      timeUnit  Ljava/util/concurrent/TimeUnit;
    Signature: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    MethodParameters:
              Name  Flags
      maxAwaitTime  final
      timeUnit      final

  public com.mongodb.async.client.AggregateIterable<TResult> bypassDocumentValidation(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // java.lang.Boolean bypassDocumentValidation
         0: .line 130
            aload 0 /* this */
            aload 1 /* bypassDocumentValidation */
            putfield com.mongodb.async.client.AggregateIterableImpl.bypassDocumentValidation:Ljava/lang/Boolean;
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean bypassDocumentValidation
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    2     1  bypassDocumentValidation  Ljava/lang/Boolean;
    Signature: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
                          Name  Flags
      bypassDocumentValidation  final

  public com.mongodb.async.client.AggregateIterable<TResult> collation(com.mongodb.client.model.Collation);
    descriptor: (Lcom/mongodb/client/model/Collation;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // com.mongodb.client.model.Collation collation
         0: .line 136
            aload 0 /* this */
            aload 1 /* collation */
            putfield com.mongodb.async.client.AggregateIterableImpl.collation:Lcom/mongodb/client/model/Collation;
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // com.mongodb.client.model.Collation collation
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    2     1  collation  Lcom/mongodb/client/model/Collation;
    Signature: (Lcom/mongodb/client/model/Collation;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
           Name  Flags
      collation  final

  public com.mongodb.async.client.AggregateIterable<TResult> comment(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // java.lang.String comment
         0: .line 142
            aload 0 /* this */
            aload 1 /* comment */
            putfield com.mongodb.async.client.AggregateIterableImpl.comment:Ljava/lang/String;
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String comment
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    2     1  comment  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
         Name  Flags
      comment  final

  public com.mongodb.async.client.AggregateIterable<TResult> hint(org.bson.conversions.Bson);
    descriptor: (Lorg/bson/conversions/Bson;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
        start local 1 // org.bson.conversions.Bson hint
         0: .line 148
            aload 0 /* this */
            aload 1 /* hint */
            putfield com.mongodb.async.client.AggregateIterableImpl.hint:Lorg/bson/conversions/Bson;
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // org.bson.conversions.Bson hint
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            0    2     1  hint  Lorg/bson/conversions/Bson;
    Signature: (Lorg/bson/conversions/Bson;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
      Name  Flags
      hint  final

  com.mongodb.operation.AsyncReadOperation<com.mongodb.async.AsyncBatchCursor<TResult>> asAsyncReadOperation();
    descriptor: ()Lcom/mongodb/operation/AsyncReadOperation;
    flags: (0x0000) 
    Code:
      stack=14, locals=6, args_size=1
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
         0: .line 155
            aload 0 /* this */
            invokevirtual com.mongodb.async.client.AggregateIterableImpl.getOutNamespace:()Lcom/mongodb/MongoNamespace;
            astore 1 /* outNamespace */
        start local 1 // com.mongodb.MongoNamespace outNamespace
         1: .line 157
            aload 1 /* outNamespace */
            ifnull 13
         2: .line 159
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.operations:Lcom/mongodb/internal/operation/AsyncOperations;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.pipeline:Ljava/util/List;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.maxTimeMS:J
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.allowDiskUse:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.bypassDocumentValidation:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.collation:Lcom/mongodb/client/model/Collation;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.hint:Lorg/bson/conversions/Bson;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.comment:Ljava/lang/String;
         3: .line 160
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.aggregationLevel:Lcom/mongodb/client/model/AggregationLevel;
         4: .line 159
            invokevirtual com.mongodb.internal.operation.AsyncOperations.aggregateToCollection:(Ljava/util/List;JLjava/lang/Boolean;Ljava/lang/Boolean;Lcom/mongodb/client/model/Collation;Lorg/bson/conversions/Bson;Ljava/lang/String;Lcom/mongodb/client/model/AggregationLevel;)Lcom/mongodb/operation/AsyncWriteOperation;
         5: .line 158
            astore 2 /* aggregateToCollectionOperation */
        start local 2 // com.mongodb.operation.AsyncWriteOperation aggregateToCollectionOperation
         6: .line 162
            new com.mongodb.client.model.FindOptions
            dup
            invokespecial com.mongodb.client.model.FindOptions.<init>:()V
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.collation:Lcom/mongodb/client/model/Collation;
            invokevirtual com.mongodb.client.model.FindOptions.collation:(Lcom/mongodb/client/model/Collation;)Lcom/mongodb/client/model/FindOptions;
            astore 3 /* findOptions */
        start local 3 // com.mongodb.client.model.FindOptions findOptions
         7: .line 163
            aload 0 /* this */
            invokevirtual com.mongodb.async.client.AggregateIterableImpl.getBatchSize:()Ljava/lang/Integer;
            astore 4 /* batchSize */
        start local 4 // java.lang.Integer batchSize
         8: .line 164
            aload 4 /* batchSize */
            ifnull 10
         9: .line 165
            aload 3 /* findOptions */
            aload 4 /* batchSize */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual com.mongodb.client.model.FindOptions.batchSize:(I)Lcom/mongodb/client/model/FindOptions;
            pop
        10: .line 168
      StackMap locals: com.mongodb.async.client.AggregateIterableImpl com.mongodb.MongoNamespace com.mongodb.operation.AsyncWriteOperation com.mongodb.client.model.FindOptions java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.operations:Lcom/mongodb/internal/operation/AsyncOperations;
            aload 1 /* outNamespace */
            new org.bson.BsonDocument
            dup
            invokespecial org.bson.BsonDocument.<init>:()V
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.resultClass:Ljava/lang/Class;
            aload 3 /* findOptions */
            invokevirtual com.mongodb.internal.operation.AsyncOperations.find:(Lcom/mongodb/MongoNamespace;Lorg/bson/conversions/Bson;Ljava/lang/Class;Lcom/mongodb/client/model/FindOptions;)Lcom/mongodb/operation/AsyncReadOperation;
        11: .line 167
            astore 5 /* findOperation */
        start local 5 // com.mongodb.operation.AsyncReadOperation findOperation
        12: .line 170
            new com.mongodb.async.client.WriteOperationThenCursorReadOperation
            dup
            aload 2 /* aggregateToCollectionOperation */
            aload 5 /* findOperation */
            invokespecial com.mongodb.async.client.WriteOperationThenCursorReadOperation.<init>:(Lcom/mongodb/operation/AsyncWriteOperation;Lcom/mongodb/operation/AsyncReadOperation;)V
            areturn
        end local 5 // com.mongodb.operation.AsyncReadOperation findOperation
        end local 4 // java.lang.Integer batchSize
        end local 3 // com.mongodb.client.model.FindOptions findOptions
        end local 2 // com.mongodb.operation.AsyncWriteOperation aggregateToCollectionOperation
        13: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.operations:Lcom/mongodb/internal/operation/AsyncOperations;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.pipeline:Ljava/util/List;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.resultClass:Ljava/lang/Class;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.maxTimeMS:J
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.maxAwaitTimeMS:J
            aload 0 /* this */
            invokevirtual com.mongodb.async.client.AggregateIterableImpl.getBatchSize:()Ljava/lang/Integer;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.collation:Lcom/mongodb/client/model/Collation;
        14: .line 173
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.hint:Lorg/bson/conversions/Bson;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.comment:Ljava/lang/String;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.allowDiskUse:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.useCursor:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.aggregationLevel:Lcom/mongodb/client/model/AggregationLevel;
        15: .line 172
            invokevirtual com.mongodb.internal.operation.AsyncOperations.aggregate:(Ljava/util/List;Ljava/lang/Class;JJLjava/lang/Integer;Lcom/mongodb/client/model/Collation;Lorg/bson/conversions/Bson;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Lcom/mongodb/client/model/AggregationLevel;)Lcom/mongodb/operation/AsyncReadOperation;
            areturn
        end local 1 // com.mongodb.MongoNamespace outNamespace
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0   16     0                            this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            1   16     1                    outNamespace  Lcom/mongodb/MongoNamespace;
            6   13     2  aggregateToCollectionOperation  Lcom/mongodb/operation/AsyncWriteOperation<Ljava/lang/Void;>;
            7   13     3                     findOptions  Lcom/mongodb/client/model/FindOptions;
            8   13     4                       batchSize  Ljava/lang/Integer;
           12   13     5                   findOperation  Lcom/mongodb/operation/AsyncReadOperation<Lcom/mongodb/async/AsyncBatchCursor<TTResult;>;>;
    Signature: ()Lcom/mongodb/operation/AsyncReadOperation<Lcom/mongodb/async/AsyncBatchCursor<TTResult;>;>;

  private com.mongodb.MongoNamespace getOutNamespace();
    descriptor: ()Lcom/mongodb/MongoNamespace;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=1
        start local 0 // com.mongodb.async.client.AggregateIterableImpl this
         0: .line 180
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.pipeline:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 2
         1: .line 181
            aconst_null
            areturn
         2: .line 184
      StackMap locals:
      StackMap stack:
            ldc "last stage"
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.pipeline:Ljava/util/List;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.pipeline:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.bson.conversions.Bson
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.bson.conversions.Bson
            astore 1 /* lastStage */
        start local 1 // org.bson.conversions.Bson lastStage
         3: .line 185
            aload 1 /* lastStage */
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.documentClass:Ljava/lang/Class;
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.codecRegistry:Lorg/bson/codecs/configuration/CodecRegistry;
            invokeinterface org.bson.conversions.Bson.toBsonDocument:(Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;)Lorg/bson/BsonDocument;
            astore 2 /* lastStageDocument */
        start local 2 // org.bson.BsonDocument lastStageDocument
         4: .line 186
            aload 2 /* lastStageDocument */
            ldc "$out"
            invokevirtual org.bson.BsonDocument.containsKey:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 187
            new com.mongodb.MongoNamespace
            dup
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.namespace:Lcom/mongodb/MongoNamespace;
            invokevirtual com.mongodb.MongoNamespace.getDatabaseName:()Ljava/lang/String;
            aload 2 /* lastStageDocument */
            ldc "$out"
            invokevirtual org.bson.BsonDocument.getString:(Ljava/lang/Object;)Lorg/bson/BsonString;
            invokevirtual org.bson.BsonString.getValue:()Ljava/lang/String;
            invokespecial com.mongodb.MongoNamespace.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
         6: .line 188
      StackMap locals: org.bson.conversions.Bson org.bson.BsonDocument
      StackMap stack:
            aload 2 /* lastStageDocument */
            ldc "$merge"
            invokevirtual org.bson.BsonDocument.containsKey:(Ljava/lang/Object;)Z
            ifeq 15
         7: .line 189
            aload 2 /* lastStageDocument */
            ldc "$merge"
            invokevirtual org.bson.BsonDocument.getDocument:(Ljava/lang/Object;)Lorg/bson/BsonDocument;
            astore 3 /* mergeDocument */
        start local 3 // org.bson.BsonDocument mergeDocument
         8: .line 190
            aload 3 /* mergeDocument */
            ldc "into"
            invokevirtual org.bson.BsonDocument.isDocument:(Ljava/lang/Object;)Z
            ifeq 13
         9: .line 191
            aload 3 /* mergeDocument */
            ldc "into"
            invokevirtual org.bson.BsonDocument.getDocument:(Ljava/lang/Object;)Lorg/bson/BsonDocument;
            astore 4 /* intoDocument */
        start local 4 // org.bson.BsonDocument intoDocument
        10: .line 192
            new com.mongodb.MongoNamespace
            dup
            aload 4 /* intoDocument */
            ldc "db"
            new org.bson.BsonString
            dup
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.namespace:Lcom/mongodb/MongoNamespace;
            invokevirtual com.mongodb.MongoNamespace.getDatabaseName:()Ljava/lang/String;
            invokespecial org.bson.BsonString.<init>:(Ljava/lang/String;)V
            invokevirtual org.bson.BsonDocument.getString:(Ljava/lang/Object;Lorg/bson/BsonString;)Lorg/bson/BsonString;
            invokevirtual org.bson.BsonString.getValue:()Ljava/lang/String;
        11: .line 193
            aload 4 /* intoDocument */
            ldc "coll"
            invokevirtual org.bson.BsonDocument.getString:(Ljava/lang/Object;)Lorg/bson/BsonString;
            invokevirtual org.bson.BsonString.getValue:()Ljava/lang/String;
        12: .line 192
            invokespecial com.mongodb.MongoNamespace.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 4 // org.bson.BsonDocument intoDocument
        13: .line 194
      StackMap locals: org.bson.BsonDocument
      StackMap stack:
            aload 3 /* mergeDocument */
            ldc "into"
            invokevirtual org.bson.BsonDocument.isString:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 195
            new com.mongodb.MongoNamespace
            dup
            aload 0 /* this */
            getfield com.mongodb.async.client.AggregateIterableImpl.namespace:Lcom/mongodb/MongoNamespace;
            invokevirtual com.mongodb.MongoNamespace.getDatabaseName:()Ljava/lang/String;
            aload 3 /* mergeDocument */
            ldc "into"
            invokevirtual org.bson.BsonDocument.getString:(Ljava/lang/Object;)Lorg/bson/BsonString;
            invokevirtual org.bson.BsonString.getValue:()Ljava/lang/String;
            invokespecial com.mongodb.MongoNamespace.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 3 // org.bson.BsonDocument mergeDocument
        15: .line 199
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.bson.BsonDocument lastStageDocument
        end local 1 // org.bson.conversions.Bson lastStage
        end local 0 // com.mongodb.async.client.AggregateIterableImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/mongodb/async/client/AggregateIterableImpl<TTDocument;TTResult;>;
            3   16     1          lastStage  Lorg/bson/conversions/Bson;
            4   16     2  lastStageDocument  Lorg/bson/BsonDocument;
            8   15     3      mergeDocument  Lorg/bson/BsonDocument;
           10   13     4       intoDocument  Lorg/bson/BsonDocument;
    RuntimeVisibleAnnotations: 
      com.mongodb.lang.Nullable()

  public com.mongodb.async.client.MongoIterable batchSize(int);
    descriptor: (I)Lcom/mongodb/async/client/MongoIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.mongodb.async.client.AggregateIterableImpl.batchSize:(I)Lcom/mongodb/async/client/AggregateIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <TDocument:Ljava/lang/Object;TResult:Ljava/lang/Object;>Lcom/mongodb/async/client/MongoIterableImpl<TTResult;>;Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
SourceFile: "AggregateIterableImpl.java"