class com.mongodb.operation.DistinctOperation$2 implements com.mongodb.operation.CommandOperationHelper$CommandReadTransformerAsync<org.bson.BsonDocument, com.mongodb.async.AsyncBatchCursor<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.operation.DistinctOperation$2
  super_class: java.lang.Object
{
  final com.mongodb.operation.DistinctOperation this$0;
    descriptor: Lcom/mongodb/operation/DistinctOperation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.operation.DistinctOperation);
    descriptor: (Lcom/mongodb/operation/DistinctOperation;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.operation.DistinctOperation$2 this
         0: .line 213
            aload 0 /* this */
            aload 1
            putfield com.mongodb.operation.DistinctOperation$2.this$0:Lcom/mongodb/operation/DistinctOperation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.operation.DistinctOperation$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/DistinctOperation$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.mongodb.async.AsyncBatchCursor<T> apply(org.bson.BsonDocument, com.mongodb.binding.AsyncConnectionSource, com.mongodb.connection.AsyncConnection);
    descriptor: (Lorg/bson/BsonDocument;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)Lcom/mongodb/async/AsyncBatchCursor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.mongodb.operation.DistinctOperation$2 this
        start local 1 // org.bson.BsonDocument result
        start local 2 // com.mongodb.binding.AsyncConnectionSource source
        start local 3 // com.mongodb.connection.AsyncConnection connection
         0: .line 217
            aload 0 /* this */
            getfield com.mongodb.operation.DistinctOperation$2.this$0:Lcom/mongodb/operation/DistinctOperation;
            aload 1 /* result */
            aload 3 /* connection */
            invokeinterface com.mongodb.connection.AsyncConnection.getDescription:()Lcom/mongodb/connection/ConnectionDescription;
            invokevirtual com.mongodb.operation.DistinctOperation.createQueryResult:(Lorg/bson/BsonDocument;Lcom/mongodb/connection/ConnectionDescription;)Lcom/mongodb/connection/QueryResult;
            astore 4 /* queryResult */
        start local 4 // com.mongodb.connection.QueryResult queryResult
         1: .line 218
            new com.mongodb.operation.AsyncSingleBatchQueryCursor
            dup
            aload 4 /* queryResult */
            invokespecial com.mongodb.operation.AsyncSingleBatchQueryCursor.<init>:(Lcom/mongodb/connection/QueryResult;)V
            areturn
        end local 4 // com.mongodb.connection.QueryResult queryResult
        end local 3 // com.mongodb.connection.AsyncConnection connection
        end local 2 // com.mongodb.binding.AsyncConnectionSource source
        end local 1 // org.bson.BsonDocument result
        end local 0 // com.mongodb.operation.DistinctOperation$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/mongodb/operation/DistinctOperation$2;
            0    2     1       result  Lorg/bson/BsonDocument;
            0    2     2       source  Lcom/mongodb/binding/AsyncConnectionSource;
            0    2     3   connection  Lcom/mongodb/connection/AsyncConnection;
            1    2     4  queryResult  Lcom/mongodb/connection/QueryResult<TT;>;
    Signature: (Lorg/bson/BsonDocument;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)Lcom/mongodb/async/AsyncBatchCursor<TT;>;
    MethodParameters:
            Name  Flags
      result      final
      source      final
      connection  final

  public java.lang.Object apply(java.lang.Object, com.mongodb.binding.AsyncConnectionSource, com.mongodb.connection.AsyncConnection);
    descriptor: (Ljava/lang/Object;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast org.bson.BsonDocument
            aload 2
            aload 3
            invokevirtual com.mongodb.operation.DistinctOperation$2.apply:(Lorg/bson/BsonDocument;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)Lcom/mongodb/async/AsyncBatchCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformerAsync<Lorg/bson/BsonDocument;Lcom/mongodb/async/AsyncBatchCursor<TT;>;>;
SourceFile: "DistinctOperation.java"
EnclosingMethod: com.mongodb.operation.DistinctOperation.asyncTransformer:()Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformerAsync;
NestHost: com.mongodb.operation.DistinctOperation
InnerClasses:
  abstract CommandReadTransformerAsync = com.mongodb.operation.CommandOperationHelper$CommandReadTransformerAsync of com.mongodb.operation.CommandOperationHelper
  com.mongodb.operation.DistinctOperation$2