public interface com.mongodb.async.client.AggregateIterable<TResult> extends com.mongodb.async.client.MongoIterable<TResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.mongodb.async.client.AggregateIterable
  super_class: java.lang.Object
{
  public abstract com.mongodb.async.client.AggregateIterable<TResult> allowDiskUse(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
              Name  Flags
      allowDiskUse  

  public abstract com.mongodb.async.client.AggregateIterable<TResult> maxTime(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    MethodParameters:
          Name  Flags
      maxTime   
      timeUnit  

  public abstract com.mongodb.async.client.AggregateIterable<TResult> maxAwaitTime(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    MethodParameters:
              Name  Flags
      maxAwaitTime  
      timeUnit      

  public abstract com.mongodb.async.client.AggregateIterable<TResult> useCursor(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
           Name  Flags
      useCursor  

  public abstract void toCollection(com.mongodb.async.SingleResultCallback<java.lang.Void>);
    descriptor: (Lcom/mongodb/async/SingleResultCallback;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/mongodb/async/SingleResultCallback<Ljava/lang/Void;>;)V
    MethodParameters:
          Name  Flags
      callback  

  public abstract com.mongodb.async.client.AggregateIterable<TResult> batchSize(int);
    descriptor: (I)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    MethodParameters:
           Name  Flags
      batchSize  

  public abstract com.mongodb.async.client.AggregateIterable<TResult> bypassDocumentValidation(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Boolean;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
                          Name  Flags
      bypassDocumentValidation  

  public abstract com.mongodb.async.client.AggregateIterable<TResult> collation(com.mongodb.client.model.Collation);
    descriptor: (Lcom/mongodb/client/model/Collation;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/mongodb/client/model/Collation;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
           Name  Flags
      collation  

  public abstract com.mongodb.async.client.AggregateIterable<TResult> comment(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
         Name  Flags
      comment  

  public abstract com.mongodb.async.client.AggregateIterable<TResult> hint(org.bson.conversions.Bson);
    descriptor: (Lorg/bson/conversions/Bson;)Lcom/mongodb/async/client/AggregateIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/bson/conversions/Bson;)Lcom/mongodb/async/client/AggregateIterable<TTResult;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
      Name  Flags
      hint  

  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
            invokeinterface com.mongodb.async.client.AggregateIterable.batchSize:(I)Lcom/mongodb/async/client/AggregateIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <TResult:Ljava/lang/Object;>Ljava/lang/Object;Lcom/mongodb/async/client/MongoIterable<TTResult;>;
SourceFile: "AggregateIterable.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()