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

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

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

  public com.mongodb.operation.BatchCursor<TResult> execute(com.mongodb.binding.ReadBinding);
    descriptor: (Lcom/mongodb/binding/ReadBinding;)Lcom/mongodb/operation/BatchCursor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.client.internal.MapReduceIterableImpl$WrappedMapReduceReadOperation this
        start local 1 // com.mongodb.binding.ReadBinding binding
         0: .line 239
            aload 0 /* this */
            getfield com.mongodb.client.internal.MapReduceIterableImpl$WrappedMapReduceReadOperation.operation:Lcom/mongodb/operation/ReadOperation;
            aload 1 /* binding */
            invokeinterface com.mongodb.operation.ReadOperation.execute:(Lcom/mongodb/binding/ReadBinding;)Ljava/lang/Object;
            checkcast com.mongodb.operation.BatchCursor
            areturn
        end local 1 // com.mongodb.binding.ReadBinding binding
        end local 0 // com.mongodb.client.internal.MapReduceIterableImpl$WrappedMapReduceReadOperation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/mongodb/client/internal/MapReduceIterableImpl$WrappedMapReduceReadOperation<TTResult;>;
            0    1     1  binding  Lcom/mongodb/binding/ReadBinding;
    Signature: (Lcom/mongodb/binding/ReadBinding;)Lcom/mongodb/operation/BatchCursor<TTResult;>;
    MethodParameters:
         Name  Flags
      binding  final

  public java.lang.Object execute(com.mongodb.binding.ReadBinding);
    descriptor: (Lcom/mongodb/binding/ReadBinding;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.mongodb.client.internal.MapReduceIterableImpl$WrappedMapReduceReadOperation.execute:(Lcom/mongodb/binding/ReadBinding;)Lcom/mongodb/operation/BatchCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <TResult:Ljava/lang/Object;>Ljava/lang/Object;Lcom/mongodb/operation/ReadOperation<Lcom/mongodb/operation/BatchCursor<TTResult;>;>;
SourceFile: "MapReduceIterableImpl.java"
NestHost: com.mongodb.client.internal.MapReduceIterableImpl
InnerClasses:
  WrappedMapReduceReadOperation = com.mongodb.client.internal.MapReduceIterableImpl$WrappedMapReduceReadOperation of com.mongodb.client.internal.MapReduceIterableImpl