class com.mongodb.DBCollection$1 extends com.mongodb.client.internal.MongoIterableImpl<org.bson.BsonValue>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.DBCollection$1
  super_class: com.mongodb.client.internal.MongoIterableImpl
{
  final com.mongodb.DBCollection this$0;
    descriptor: Lcom/mongodb/DBCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$fieldName;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.mongodb.client.model.DBCollectionDistinctOptions val$options;
    descriptor: Lcom/mongodb/client/model/DBCollectionDistinctOptions;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.DBCollection, com.mongodb.client.ClientSession, com.mongodb.client.internal.OperationExecutor, com.mongodb.ReadConcern, com.mongodb.ReadPreference, boolean, java.lang.String, com.mongodb.client.model.DBCollectionDistinctOptions);
    descriptor: (Lcom/mongodb/DBCollection;Lcom/mongodb/client/ClientSession;Lcom/mongodb/client/internal/OperationExecutor;Lcom/mongodb/ReadConcern;Lcom/mongodb/ReadPreference;ZLjava/lang/String;Lcom/mongodb/client/model/DBCollectionDistinctOptions;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=9
        start local 0 // com.mongodb.DBCollection$1 this
        start local 2 // com.mongodb.client.ClientSession $anonymous0
        start local 3 // com.mongodb.client.internal.OperationExecutor $anonymous1
        start local 4 // com.mongodb.ReadConcern $anonymous2
        start local 5 // com.mongodb.ReadPreference $anonymous3
        start local 6 // boolean $anonymous4
         0: .line 1236
            aload 0 /* this */
            aload 1
            putfield com.mongodb.DBCollection$1.this$0:Lcom/mongodb/DBCollection;
            aload 0 /* this */
            aload 7
            putfield com.mongodb.DBCollection$1.val$fieldName:Ljava/lang/String;
            aload 0 /* this */
            aload 8
            putfield com.mongodb.DBCollection$1.val$options:Lcom/mongodb/client/model/DBCollectionDistinctOptions;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            aload 5 /* $anonymous3 */
            iload 6 /* $anonymous4 */
            invokespecial com.mongodb.client.internal.MongoIterableImpl.<init>:(Lcom/mongodb/client/ClientSession;Lcom/mongodb/client/internal/OperationExecutor;Lcom/mongodb/ReadConcern;Lcom/mongodb/ReadPreference;Z)V
            return
        end local 6 // boolean $anonymous4
        end local 5 // com.mongodb.ReadPreference $anonymous3
        end local 4 // com.mongodb.ReadConcern $anonymous2
        end local 3 // com.mongodb.client.internal.OperationExecutor $anonymous1
        end local 2 // com.mongodb.client.ClientSession $anonymous0
        end local 0 // com.mongodb.DBCollection$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/mongodb/DBCollection$1;
            0    1     2  $anonymous0  Lcom/mongodb/client/ClientSession;
            0    1     3  $anonymous1  Lcom/mongodb/client/internal/OperationExecutor;
            0    1     4  $anonymous2  Lcom/mongodb/ReadConcern;
            0    1     5  $anonymous3  Lcom/mongodb/ReadPreference;
            0    1     6  $anonymous4  Z
    MethodParameters:
               Name  Flags
      this$0         final
      $anonymous0    
      $anonymous1    
      $anonymous2    
      $anonymous3    
      $anonymous4    
      val$fieldName  final
      val$options    final

  public com.mongodb.operation.ReadOperation<com.mongodb.operation.BatchCursor<org.bson.BsonValue>> asReadOperation();
    descriptor: ()Lcom/mongodb/operation/ReadOperation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.mongodb.DBCollection$1 this
         0: .line 1242
            new com.mongodb.operation.DistinctOperation
            dup
            aload 0 /* this */
            getfield com.mongodb.DBCollection$1.this$0:Lcom/mongodb/DBCollection;
            invokevirtual com.mongodb.DBCollection.getNamespace:()Lcom/mongodb/MongoNamespace;
            aload 0 /* this */
            getfield com.mongodb.DBCollection$1.val$fieldName:Ljava/lang/String;
            new org.bson.codecs.BsonValueCodec
            dup
            invokespecial org.bson.codecs.BsonValueCodec.<init>:()V
            invokespecial com.mongodb.operation.DistinctOperation.<init>:(Lcom/mongodb/MongoNamespace;Ljava/lang/String;Lorg/bson/codecs/Decoder;)V
         1: .line 1243
            aload 0 /* this */
            getfield com.mongodb.DBCollection$1.this$0:Lcom/mongodb/DBCollection;
            aload 0 /* this */
            getfield com.mongodb.DBCollection$1.val$options:Lcom/mongodb/client/model/DBCollectionDistinctOptions;
            invokevirtual com.mongodb.client.model.DBCollectionDistinctOptions.getFilter:()Lcom/mongodb/DBObject;
            invokevirtual com.mongodb.DBCollection.wrapAllowNull:(Lcom/mongodb/DBObject;)Lorg/bson/BsonDocument;
            invokevirtual com.mongodb.operation.DistinctOperation.filter:(Lorg/bson/BsonDocument;)Lcom/mongodb/operation/DistinctOperation;
         2: .line 1244
            aload 0 /* this */
            getfield com.mongodb.DBCollection$1.val$options:Lcom/mongodb/client/model/DBCollectionDistinctOptions;
            invokevirtual com.mongodb.client.model.DBCollectionDistinctOptions.getCollation:()Lcom/mongodb/client/model/Collation;
            invokevirtual com.mongodb.operation.DistinctOperation.collation:(Lcom/mongodb/client/model/Collation;)Lcom/mongodb/operation/DistinctOperation;
         3: .line 1245
            aload 0 /* this */
            getfield com.mongodb.DBCollection$1.this$0:Lcom/mongodb/DBCollection;
            getfield com.mongodb.DBCollection.retryReads:Z
            invokevirtual com.mongodb.operation.DistinctOperation.retryReads:(Z)Lcom/mongodb/operation/DistinctOperation;
         4: .line 1242
            areturn
        end local 0 // com.mongodb.DBCollection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/mongodb/DBCollection$1;
    Signature: ()Lcom/mongodb/operation/ReadOperation<Lcom/mongodb/operation/BatchCursor<Lorg/bson/BsonValue;>;>;
}
Signature: Lcom/mongodb/client/internal/MongoIterableImpl<Lorg/bson/BsonValue;>;
SourceFile: "DBCollection.java"
EnclosingMethod: com.mongodb.DBCollection.distinct:(Ljava/lang/String;Lcom/mongodb/client/model/DBCollectionDistinctOptions;)Ljava/util/List;
NestHost: com.mongodb.DBCollection
InnerClasses:
  com.mongodb.DBCollection$1