class com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation<TResult> implements com.mongodb.operation.AsyncReadOperation<com.mongodb.async.AsyncBatchCursor<TResult>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation
  super_class: java.lang.Object
{
  private final com.mongodb.operation.AsyncReadOperation<com.mongodb.operation.MapReduceAsyncBatchCursor<TResult>> operation;
    descriptor: Lcom/mongodb/operation/AsyncReadOperation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/mongodb/operation/AsyncReadOperation<Lcom/mongodb/operation/MapReduceAsyncBatchCursor<TTResult;>;>;

  com.mongodb.operation.AsyncReadOperation<com.mongodb.operation.MapReduceAsyncBatchCursor<TResult>> getOperation();
    descriptor: ()Lcom/mongodb/operation/AsyncReadOperation;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation this
         0: .line 233
            aload 0 /* this */
            getfield com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation.operation:Lcom/mongodb/operation/AsyncReadOperation;
            areturn
        end local 0 // com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/async/client/MapReduceIterableImpl$WrappedMapReduceReadOperation<TTResult;>;
    Signature: ()Lcom/mongodb/operation/AsyncReadOperation<Lcom/mongodb/operation/MapReduceAsyncBatchCursor<TTResult;>;>;

  void <init>(com.mongodb.operation.AsyncReadOperation<com.mongodb.operation.MapReduceAsyncBatchCursor<TResult>>);
    descriptor: (Lcom/mongodb/operation/AsyncReadOperation;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation this
        start local 1 // com.mongodb.operation.AsyncReadOperation operation
         0: .line 236
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 237
            aload 0 /* this */
            aload 1 /* operation */
            putfield com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation.operation:Lcom/mongodb/operation/AsyncReadOperation;
         2: .line 238
            return
        end local 1 // com.mongodb.operation.AsyncReadOperation operation
        end local 0 // com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/mongodb/async/client/MapReduceIterableImpl$WrappedMapReduceReadOperation<TTResult;>;
            0    3     1  operation  Lcom/mongodb/operation/AsyncReadOperation<Lcom/mongodb/operation/MapReduceAsyncBatchCursor<TTResult;>;>;
    Signature: (Lcom/mongodb/operation/AsyncReadOperation<Lcom/mongodb/operation/MapReduceAsyncBatchCursor<TTResult;>;>;)V
    MethodParameters:
           Name  Flags
      operation  final

  public void executeAsync(com.mongodb.binding.AsyncReadBinding, com.mongodb.async.SingleResultCallback<com.mongodb.async.AsyncBatchCursor<TResult>>);
    descriptor: (Lcom/mongodb/binding/AsyncReadBinding;Lcom/mongodb/async/SingleResultCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation this
        start local 1 // com.mongodb.binding.AsyncReadBinding binding
        start local 2 // com.mongodb.async.SingleResultCallback callback
         0: .line 242
            aload 0 /* this */
            getfield com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation.operation:Lcom/mongodb/operation/AsyncReadOperation;
            aload 1 /* binding */
            new com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation$1
            dup
            aload 0 /* this */
            aload 2 /* callback */
            invokespecial com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation$1.<init>:(Lcom/mongodb/async/client/MapReduceIterableImpl$WrappedMapReduceReadOperation;Lcom/mongodb/async/SingleResultCallback;)V
            invokeinterface com.mongodb.operation.AsyncReadOperation.executeAsync:(Lcom/mongodb/binding/AsyncReadBinding;Lcom/mongodb/async/SingleResultCallback;)V
         1: .line 248
            return
        end local 2 // com.mongodb.async.SingleResultCallback callback
        end local 1 // com.mongodb.binding.AsyncReadBinding binding
        end local 0 // com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/mongodb/async/client/MapReduceIterableImpl$WrappedMapReduceReadOperation<TTResult;>;
            0    2     1   binding  Lcom/mongodb/binding/AsyncReadBinding;
            0    2     2  callback  Lcom/mongodb/async/SingleResultCallback<Lcom/mongodb/async/AsyncBatchCursor<TTResult;>;>;
    Signature: (Lcom/mongodb/binding/AsyncReadBinding;Lcom/mongodb/async/SingleResultCallback<Lcom/mongodb/async/AsyncBatchCursor<TTResult;>;>;)V
    MethodParameters:
          Name  Flags
      binding   final
      callback  final
}
Signature: <TResult:Ljava/lang/Object;>Ljava/lang/Object;Lcom/mongodb/operation/AsyncReadOperation<Lcom/mongodb/async/AsyncBatchCursor<TTResult;>;>;
SourceFile: "MapReduceIterableImpl.java"
NestHost: com.mongodb.async.client.MapReduceIterableImpl
InnerClasses:
  WrappedMapReduceReadOperation = com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation of com.mongodb.async.client.MapReduceIterableImpl
  com.mongodb.async.client.MapReduceIterableImpl$WrappedMapReduceReadOperation$1