class com.mongodb.client.internal.Java8ChangeStreamIterableImpl<TResult> extends com.mongodb.client.internal.ChangeStreamIterableImpl<TResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.client.internal.Java8ChangeStreamIterableImpl
  super_class: com.mongodb.client.internal.ChangeStreamIterableImpl
{
  void <init>(com.mongodb.client.ClientSession, java.lang.String, org.bson.codecs.configuration.CodecRegistry, com.mongodb.ReadPreference, com.mongodb.ReadConcern, com.mongodb.client.internal.OperationExecutor, java.util.List<? extends org.bson.conversions.Bson>, java.lang.Class<TResult>, com.mongodb.client.model.changestream.ChangeStreamLevel, );
    descriptor: (Lcom/mongodb/client/ClientSession;Ljava/lang/String;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List;Ljava/lang/Class;Lcom/mongodb/client/model/changestream/ChangeStreamLevel;Z)V
    flags: (0x0000) 
    Code:
      stack=11, locals=11, args_size=11
        start local 0 // com.mongodb.client.internal.Java8ChangeStreamIterableImpl this
        start local 1 // com.mongodb.client.ClientSession clientSession
        start local 2 // java.lang.String databaseName
        start local 3 // org.bson.codecs.configuration.CodecRegistry codecRegistry
        start local 4 // com.mongodb.ReadPreference readPreference
        start local 5 // com.mongodb.ReadConcern readConcern
        start local 6 // com.mongodb.client.internal.OperationExecutor executor
        start local 7 // java.util.List pipeline
        start local 8 // java.lang.Class resultClass
        start local 9 // com.mongodb.client.model.changestream.ChangeStreamLevel changeStreamLevel
        start local 10 // boolean retryReads
         0: .line 37
            aload 0 /* this */
            aload 1 /* clientSession */
            aload 2 /* databaseName */
            aload 3 /* codecRegistry */
            aload 4 /* readPreference */
            aload 5 /* readConcern */
            aload 6 /* executor */
            aload 7 /* pipeline */
            aload 8 /* resultClass */
         1: .line 38
            aload 9 /* changeStreamLevel */
            iload 10 /* retryReads */
            invokespecial com.mongodb.client.internal.ChangeStreamIterableImpl.<init>:(Lcom/mongodb/client/ClientSession;Ljava/lang/String;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List;Ljava/lang/Class;Lcom/mongodb/client/model/changestream/ChangeStreamLevel;Z)V
         2: .line 39
            return
        end local 10 // boolean retryReads
        end local 9 // com.mongodb.client.model.changestream.ChangeStreamLevel changeStreamLevel
        end local 8 // java.lang.Class resultClass
        end local 7 // java.util.List pipeline
        end local 6 // com.mongodb.client.internal.OperationExecutor executor
        end local 5 // com.mongodb.ReadConcern readConcern
        end local 4 // com.mongodb.ReadPreference readPreference
        end local 3 // org.bson.codecs.configuration.CodecRegistry codecRegistry
        end local 2 // java.lang.String databaseName
        end local 1 // com.mongodb.client.ClientSession clientSession
        end local 0 // com.mongodb.client.internal.Java8ChangeStreamIterableImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/mongodb/client/internal/Java8ChangeStreamIterableImpl<TTResult;>;
            0    3     1      clientSession  Lcom/mongodb/client/ClientSession;
            0    3     2       databaseName  Ljava/lang/String;
            0    3     3      codecRegistry  Lorg/bson/codecs/configuration/CodecRegistry;
            0    3     4     readPreference  Lcom/mongodb/ReadPreference;
            0    3     5        readConcern  Lcom/mongodb/ReadConcern;
            0    3     6           executor  Lcom/mongodb/client/internal/OperationExecutor;
            0    3     7           pipeline  Ljava/util/List<+Lorg/bson/conversions/Bson;>;
            0    3     8        resultClass  Ljava/lang/Class<TTResult;>;
            0    3     9  changeStreamLevel  Lcom/mongodb/client/model/changestream/ChangeStreamLevel;
            0    3    10         retryReads  Z
    Signature: (Lcom/mongodb/client/ClientSession;Ljava/lang/String;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List<+Lorg/bson/conversions/Bson;>;Ljava/lang/Class<TTResult;>;Lcom/mongodb/client/model/changestream/ChangeStreamLevel;Z)V
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
      1:
      2:
      3:
      4:
      5:
      6:
      7:
      8:
      9:
    MethodParameters:
                   Name  Flags
      clientSession      final
      databaseName       final
      codecRegistry      final
      readPreference     final
      readConcern        final
      executor           final
      pipeline           final
      resultClass        final
      changeStreamLevel  final
      retryReads         final

  void <init>(com.mongodb.client.ClientSession, com.mongodb.MongoNamespace, org.bson.codecs.configuration.CodecRegistry, com.mongodb.ReadPreference, com.mongodb.ReadConcern, com.mongodb.client.internal.OperationExecutor, java.util.List<? extends org.bson.conversions.Bson>, java.lang.Class<TResult>, com.mongodb.client.model.changestream.ChangeStreamLevel, );
    descriptor: (Lcom/mongodb/client/ClientSession;Lcom/mongodb/MongoNamespace;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List;Ljava/lang/Class;Lcom/mongodb/client/model/changestream/ChangeStreamLevel;Z)V
    flags: (0x0000) 
    Code:
      stack=11, locals=11, args_size=11
        start local 0 // com.mongodb.client.internal.Java8ChangeStreamIterableImpl this
        start local 1 // com.mongodb.client.ClientSession clientSession
        start local 2 // com.mongodb.MongoNamespace namespace
        start local 3 // org.bson.codecs.configuration.CodecRegistry codecRegistry
        start local 4 // com.mongodb.ReadPreference readPreference
        start local 5 // com.mongodb.ReadConcern readConcern
        start local 6 // com.mongodb.client.internal.OperationExecutor executor
        start local 7 // java.util.List pipeline
        start local 8 // java.lang.Class resultClass
        start local 9 // com.mongodb.client.model.changestream.ChangeStreamLevel changeStreamLevel
        start local 10 // boolean retryReads
         0: .line 45
            aload 0 /* this */
            aload 1 /* clientSession */
            aload 2 /* namespace */
            aload 3 /* codecRegistry */
            aload 4 /* readPreference */
            aload 5 /* readConcern */
            aload 6 /* executor */
            aload 7 /* pipeline */
            aload 8 /* resultClass */
         1: .line 46
            aload 9 /* changeStreamLevel */
            iload 10 /* retryReads */
            invokespecial com.mongodb.client.internal.ChangeStreamIterableImpl.<init>:(Lcom/mongodb/client/ClientSession;Lcom/mongodb/MongoNamespace;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List;Ljava/lang/Class;Lcom/mongodb/client/model/changestream/ChangeStreamLevel;Z)V
         2: .line 47
            return
        end local 10 // boolean retryReads
        end local 9 // com.mongodb.client.model.changestream.ChangeStreamLevel changeStreamLevel
        end local 8 // java.lang.Class resultClass
        end local 7 // java.util.List pipeline
        end local 6 // com.mongodb.client.internal.OperationExecutor executor
        end local 5 // com.mongodb.ReadConcern readConcern
        end local 4 // com.mongodb.ReadPreference readPreference
        end local 3 // org.bson.codecs.configuration.CodecRegistry codecRegistry
        end local 2 // com.mongodb.MongoNamespace namespace
        end local 1 // com.mongodb.client.ClientSession clientSession
        end local 0 // com.mongodb.client.internal.Java8ChangeStreamIterableImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/mongodb/client/internal/Java8ChangeStreamIterableImpl<TTResult;>;
            0    3     1      clientSession  Lcom/mongodb/client/ClientSession;
            0    3     2          namespace  Lcom/mongodb/MongoNamespace;
            0    3     3      codecRegistry  Lorg/bson/codecs/configuration/CodecRegistry;
            0    3     4     readPreference  Lcom/mongodb/ReadPreference;
            0    3     5        readConcern  Lcom/mongodb/ReadConcern;
            0    3     6           executor  Lcom/mongodb/client/internal/OperationExecutor;
            0    3     7           pipeline  Ljava/util/List<+Lorg/bson/conversions/Bson;>;
            0    3     8        resultClass  Ljava/lang/Class<TTResult;>;
            0    3     9  changeStreamLevel  Lcom/mongodb/client/model/changestream/ChangeStreamLevel;
            0    3    10         retryReads  Z
    Signature: (Lcom/mongodb/client/ClientSession;Lcom/mongodb/MongoNamespace;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List<+Lorg/bson/conversions/Bson;>;Ljava/lang/Class<TTResult;>;Lcom/mongodb/client/model/changestream/ChangeStreamLevel;Z)V
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
      1:
      2:
      3:
      4:
      5:
      6:
      7:
      8:
      9:
    MethodParameters:
                   Name  Flags
      clientSession      final
      namespace          final
      codecRegistry      final
      readPreference     final
      readConcern        final
      executor           final
      pipeline           final
      resultClass        final
      changeStreamLevel  final
      retryReads         final

  public void forEach(java.util.function.Consumer<? super com.mongodb.client.model.changestream.ChangeStreamDocument<TResult>>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.client.internal.Java8ChangeStreamIterableImpl this
        start local 1 // java.util.function.Consumer action
         0: .line 51
            aload 0 /* this */
            aload 1 /* action */
            invokestatic com.mongodb.client.internal.Java8ForEachHelper.forEach:(Lcom/mongodb/client/MongoIterable;Ljava/util/function/Consumer;)V
         1: .line 52
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // com.mongodb.client.internal.Java8ChangeStreamIterableImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/mongodb/client/internal/Java8ChangeStreamIterableImpl<TTResult;>;
            0    2     1  action  Ljava/util/function/Consumer<-Lcom/mongodb/client/model/changestream/ChangeStreamDocument<TTResult;>;>;
    Signature: (Ljava/util/function/Consumer<-Lcom/mongodb/client/model/changestream/ChangeStreamDocument<TTResult;>;>;)V
    MethodParameters:
        Name  Flags
      action  final
}
Signature: <TResult:Ljava/lang/Object;>Lcom/mongodb/client/internal/ChangeStreamIterableImpl<TTResult;>;
SourceFile: "Java8ChangeStreamIterableImpl.java"