final class io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver<T, U extends java.util.Collection<? super T>, B> extends io.reactivex.observers.DisposableObserver<B>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver
  super_class: io.reactivex.observers.DisposableObserver
{
  final io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver<T, U, B> parent;
    descriptor: Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver<TT;TU;TB;>;

  boolean once;
    descriptor: Z
    flags: (0x0000) 

  void <init>(io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver<T, U, B>);
    descriptor: (Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver this
        start local 1 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver parent
         0: .line 222
            aload 0 /* this */
            invokespecial io.reactivex.observers.DisposableObserver.<init>:()V
         1: .line 223
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.parent:Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver;
         2: .line 224
            return
        end local 1 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver parent
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundaryObserver<TT;TU;TB;>;
            0    3     1  parent  Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver<TT;TU;TB;>;
    Signature: (Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver<TT;TU;TB;>;)V
    MethodParameters:
        Name  Flags
      parent  

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver this
        start local 1 // java.lang.Object t
         0: .line 228
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.once:Z
            ifeq 2
         1: .line 229
            return
         2: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.once:Z
         3: .line 232
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.dispose:()V
         4: .line 233
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.parent:Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver;
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver.next:()V
         5: .line 234
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundaryObserver<TT;TU;TB;>;
            0    6     1     t  TB;
    Signature: (TB;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver this
        start local 1 // java.lang.Throwable t
         0: .line 238
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.once:Z
            ifeq 3
         1: .line 239
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 240
            return
         3: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.once:Z
         4: .line 243
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.parent:Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver.onError:(Ljava/lang/Throwable;)V
         5: .line 244
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundaryObserver<TT;TU;TB;>;
            0    6     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver this
         0: .line 248
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.once:Z
            ifeq 2
         1: .line 249
            return
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.once:Z
         3: .line 252
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver.parent:Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver;
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver.next:()V
         4: .line 253
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferBoundarySupplier$BufferBoundaryObserver<TT;TU;TB;>;
}
Signature: <T:Ljava/lang/Object;U::Ljava/util/Collection<-TT;>;B:Ljava/lang/Object;>Lio/reactivex/observers/DisposableObserver<TB;>;
SourceFile: "ObservableBufferBoundarySupplier.java"
NestHost: io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier
InnerClasses:
  final BufferBoundaryObserver = io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundaryObserver of io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier
  final BufferBoundarySupplierObserver = io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier$BufferBoundarySupplierObserver of io.reactivex.internal.operators.observable.ObservableBufferBoundarySupplier