final class io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver<T, U extends java.util.Collection<? super T>, B> extends io.reactivex.internal.observers.QueueDrainObserver<T, U, U> implements io.reactivex.Observer<T>, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver
  super_class: io.reactivex.internal.observers.QueueDrainObserver
{
  final java.util.concurrent.Callable<U> bufferSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<TU;>;

  final io.reactivex.ObservableSource<B> boundary;
    descriptor: Lio/reactivex/ObservableSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/ObservableSource<TB;>;

  io.reactivex.disposables.Disposable upstream;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

  io.reactivex.disposables.Disposable other;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

  U buffer;
    descriptor: Ljava/util/Collection;
    flags: (0x0000) 
    Signature: TU;

  void <init>(io.reactivex.Observer<? super U>, java.util.concurrent.Callable<U>, io.reactivex.ObservableSource<B>);
    descriptor: (Lio/reactivex/Observer;Ljava/util/concurrent/Callable;Lio/reactivex/ObservableSource;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
        start local 1 // io.reactivex.Observer actual
        start local 2 // java.util.concurrent.Callable bufferSupplier
        start local 3 // io.reactivex.ObservableSource boundary
         0: .line 59
            aload 0 /* this */
            aload 1 /* actual */
            new io.reactivex.internal.queue.MpscLinkedQueue
            dup
            invokespecial io.reactivex.internal.queue.MpscLinkedQueue.<init>:()V
            invokespecial io.reactivex.internal.observers.QueueDrainObserver.<init>:(Lio/reactivex/Observer;Lio/reactivex/internal/fuseable/SimplePlainQueue;)V
         1: .line 60
            aload 0 /* this */
            aload 2 /* bufferSupplier */
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.bufferSupplier:Ljava/util/concurrent/Callable;
         2: .line 61
            aload 0 /* this */
            aload 3 /* boundary */
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.boundary:Lio/reactivex/ObservableSource;
         3: .line 62
            return
        end local 3 // io.reactivex.ObservableSource boundary
        end local 2 // java.util.concurrent.Callable bufferSupplier
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;
            0    4     1          actual  Lio/reactivex/Observer<-TU;>;
            0    4     2  bufferSupplier  Ljava/util/concurrent/Callable<TU;>;
            0    4     3        boundary  Lio/reactivex/ObservableSource<TB;>;
    Signature: (Lio/reactivex/Observer<-TU;>;Ljava/util/concurrent/Callable<TU;>;Lio/reactivex/ObservableSource<TB;>;)V
    MethodParameters:
                Name  Flags
      actual          
      bufferSupplier  
      boundary        

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 66
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.upstream:Lio/reactivex/disposables/Disposable;
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
            ifeq 16
         1: .line 67
            aload 0 /* this */
            aload 1 /* d */
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.upstream:Lio/reactivex/disposables/Disposable;
         2: .line 72
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.bufferSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast java.util.Collection
            ldc "The buffer supplied is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.Collection
            astore 2 /* b */
        start local 2 // java.util.Collection b
         3: .line 73
            goto 10
        end local 2 // java.util.Collection b
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         5: .line 74
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         6: .line 75
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.cancelled:Z
         7: .line 76
            aload 1 /* d */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         8: .line 77
            aload 3 /* e */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.downstream:Lio/reactivex/Observer;
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/Observer;)V
         9: .line 78
            return
        end local 3 // java.lang.Throwable e
        start local 2 // java.util.Collection b
        10: .line 81
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 0 /* this */
            aload 2 /* b */
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.buffer:Ljava/util/Collection;
        11: .line 83
            new io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferBoundaryObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferBoundaryObserver.<init>:(Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver;)V
            astore 3 /* bs */
        start local 3 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferBoundaryObserver bs
        12: .line 84
            aload 0 /* this */
            aload 3 /* bs */
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.other:Lio/reactivex/disposables/Disposable;
        13: .line 86
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.downstream:Lio/reactivex/Observer;
            aload 0 /* this */
            invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
        14: .line 88
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.cancelled:Z
            ifne 16
        15: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.boundary:Lio/reactivex/ObservableSource;
            aload 3 /* bs */
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
        end local 3 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferBoundaryObserver bs
        end local 2 // java.util.Collection b
        16: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;
            0   17     1     d  Lio/reactivex/disposables/Disposable;
            3    4     2     b  TU;
           10   16     2     b  TU;
            5   10     3     e  Ljava/lang/Throwable;
           12   16     3    bs  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferBoundaryObserver<TT;TU;TB;>;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      d     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
        start local 1 // java.lang.Object t
         0: .line 96
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 97
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.buffer:Ljava/util/Collection;
            astore 3 /* b */
        start local 3 // java.util.Collection b
         2: .line 98
            aload 3 /* b */
            ifnonnull 5
         3: .line 99
            aload 2
            monitorexit
         4: return
         5: .line 101
      StackMap locals: io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver java.util.Collection
      StackMap stack:
            aload 3 /* b */
            aload 1 /* t */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.util.Collection b
         6: .line 96
            aload 2
            monitorexit
         7: goto 10
      StackMap locals: io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver java.lang.Object io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        10: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;
            0   11     1     t  TT;
            2    6     3     b  TU;
      Exception table:
        from    to  target  type
           1     4       8  any
           5     7       8  any
           8     9       8  any
    Signature: (TT;)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.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
        start local 1 // java.lang.Throwable t
         0: .line 107
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.dispose:()V
         1: .line 108
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.downstream:Lio/reactivex/Observer;
            aload 1 /* t */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
         2: .line 109
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;
            0    3     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
         0: .line 114
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 115
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.buffer:Ljava/util/Collection;
            astore 1 /* b */
        start local 1 // java.util.Collection b
         2: .line 116
            aload 1 /* b */
            ifnonnull 5
         3: .line 117
            aload 2
            monitorexit
         4: return
         5: .line 119
      StackMap locals: java.util.Collection io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.buffer:Ljava/util/Collection;
         6: .line 114
            aload 2
            monitorexit
         7: goto 10
        end local 1 // java.util.Collection b
      StackMap locals: io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver top io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        start local 1 // java.util.Collection b
        10: .line 121
      StackMap locals: io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver java.util.Collection
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 1 /* b */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
            pop
        11: .line 122
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.done:Z
        12: .line 123
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.enter:()Z
            ifeq 14
        13: .line 124
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.downstream:Lio/reactivex/Observer;
            iconst_0
            aload 0 /* this */
            aload 0 /* this */
            invokestatic io.reactivex.internal.util.QueueDrainHelper.drainLoop:(Lio/reactivex/internal/fuseable/SimplePlainQueue;Lio/reactivex/Observer;ZLio/reactivex/disposables/Disposable;Lio/reactivex/internal/util/ObservableQueueDrain;)V
        14: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Collection b
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;
            2    8     1     b  TU;
           10   15     1     b  TU;
      Exception table:
        from    to  target  type
           1     4       8  any
           5     7       8  any
           8     9       8  any

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
         0: .line 130
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.cancelled:Z
            ifne 6
         1: .line 131
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.cancelled:Z
         2: .line 132
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.other:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         3: .line 133
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         4: .line 135
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.enter:()Z
            ifeq 6
         5: .line 136
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
         6: .line 139
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
         0: .line 143
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.cancelled:Z
            ireturn
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;

  void next();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
         0: .line 151
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.bufferSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast java.util.Collection
            ldc "The buffer supplied is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.Collection
            astore 1 /* next */
        start local 1 // java.util.Collection next
         1: .line 152
            goto 7
        end local 1 // java.util.Collection next
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         3: .line 153
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 154
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.dispose:()V
         5: .line 155
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.downstream:Lio/reactivex/Observer;
            aload 2 /* e */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
         6: .line 156
            return
        end local 2 // java.lang.Throwable e
        start local 1 // java.util.Collection next
         7: .line 160
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         8: .line 161
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.buffer:Ljava/util/Collection;
            astore 2 /* b */
        start local 2 // java.util.Collection b
         9: .line 162
            aload 2 /* b */
            ifnonnull 12
        10: .line 163
            aload 3
            monitorexit
        11: return
        12: .line 165
      StackMap locals: java.util.Collection io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver
      StackMap stack:
            aload 0 /* this */
            aload 1 /* next */
            putfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.buffer:Ljava/util/Collection;
        13: .line 160
            aload 3
            monitorexit
        14: goto 17
        end local 2 // java.util.Collection b
      StackMap locals: io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver java.util.Collection top io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver
      StackMap stack: java.lang.Throwable
        15: aload 3
            monitorexit
        16: athrow
        start local 2 // java.util.Collection b
        17: .line 168
      StackMap locals: io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver java.util.Collection java.util.Collection
      StackMap stack:
            aload 0 /* this */
            aload 2 /* b */
            iconst_0
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.fastPathEmit:(Ljava/lang/Object;ZLio/reactivex/disposables/Disposable;)V
        18: .line 169
            return
        end local 2 // java.util.Collection b
        end local 1 // java.util.Collection next
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;
            1    2     1  next  TU;
            7   19     1  next  TU;
            3    7     2     e  Ljava/lang/Throwable;
            9   15     2     b  TU;
           17   19     2     b  TU;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
           8    11      15  any
          12    14      15  any
          15    16      15  any

  public void accept(io.reactivex.Observer<? super U>, );
    descriptor: (Lio/reactivex/Observer;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
        start local 1 // io.reactivex.Observer a
        start local 2 // java.util.Collection v
         0: .line 173
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.downstream:Lio/reactivex/Observer;
            aload 2 /* v */
            invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
         1: .line 174
            return
        end local 2 // java.util.Collection v
        end local 1 // io.reactivex.Observer a
        end local 0 // io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableBufferExactBoundary$BufferExactBoundaryObserver<TT;TU;TB;>;
            0    2     1     a  Lio/reactivex/Observer<-TU;>;
            0    2     2     v  TU;
    Signature: (Lio/reactivex/Observer<-TU;>;TU;)V
    MethodParameters:
      Name  Flags
      a     
      v     

  public void accept(io.reactivex.Observer, java.lang.Object);
    descriptor: (Lio/reactivex/Observer;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.reactivex.Observer
            aload 2
            checkcast java.util.Collection
            invokevirtual io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver.accept:(Lio/reactivex/Observer;Ljava/util/Collection;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;U::Ljava/util/Collection<-TT;>;B:Ljava/lang/Object;>Lio/reactivex/internal/observers/QueueDrainObserver<TT;TU;TU;>;Lio/reactivex/Observer<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "ObservableBufferExactBoundary.java"
NestHost: io.reactivex.internal.operators.observable.ObservableBufferExactBoundary
InnerClasses:
  final BufferBoundaryObserver = io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferBoundaryObserver of io.reactivex.internal.operators.observable.ObservableBufferExactBoundary
  final BufferExactBoundaryObserver = io.reactivex.internal.operators.observable.ObservableBufferExactBoundary$BufferExactBoundaryObserver of io.reactivex.internal.operators.observable.ObservableBufferExactBoundary