final class io.reactivex.internal.operators.flowable.FlowableCreate$ErrorAsyncEmitter<T> extends io.reactivex.internal.operators.flowable.FlowableCreate$NoOverflowBaseAsyncEmitter<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableCreate$ErrorAsyncEmitter
  super_class: io.reactivex.internal.operators.flowable.FlowableCreate$NoOverflowBaseAsyncEmitter
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 338953216916120960

  void <init>(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCreate$ErrorAsyncEmitter this
        start local 1 // org.reactivestreams.Subscriber downstream
         0: .line 433
            aload 0 /* this */
            aload 1 /* downstream */
            invokespecial io.reactivex.internal.operators.flowable.FlowableCreate$NoOverflowBaseAsyncEmitter.<init>:(Lorg/reactivestreams/Subscriber;)V
         1: .line 434
            return
        end local 1 // org.reactivestreams.Subscriber downstream
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCreate$ErrorAsyncEmitter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/reactivex/internal/operators/flowable/FlowableCreate$ErrorAsyncEmitter<TT;>;
            0    2     1  downstream  Lorg/reactivestreams/Subscriber<-TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
            Name  Flags
      downstream  

  void onOverflow();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCreate$ErrorAsyncEmitter this
         0: .line 438
            aload 0 /* this */
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "create: could not emit value due to lack of requests"
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
            invokevirtual io.reactivex.internal.operators.flowable.FlowableCreate$ErrorAsyncEmitter.onError:(Ljava/lang/Throwable;)V
         1: .line 439
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCreate$ErrorAsyncEmitter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableCreate$ErrorAsyncEmitter<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/FlowableCreate$NoOverflowBaseAsyncEmitter<TT;>;
SourceFile: "FlowableCreate.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableCreate
InnerClasses:
  final ErrorAsyncEmitter = io.reactivex.internal.operators.flowable.FlowableCreate$ErrorAsyncEmitter of io.reactivex.internal.operators.flowable.FlowableCreate
  abstract NoOverflowBaseAsyncEmitter = io.reactivex.internal.operators.flowable.FlowableCreate$NoOverflowBaseAsyncEmitter of io.reactivex.internal.operators.flowable.FlowableCreate