class com.netflix.hystrix.AbstractCommand$ExecutionHookApplication implements rx.Observable$Operator<R, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.AbstractCommand$ExecutionHookApplication
  super_class: java.lang.Object
{
  private final com.netflix.hystrix.HystrixInvokable<R> cmd;
    descriptor: Lcom/netflix/hystrix/HystrixInvokable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/netflix/hystrix/HystrixInvokable<TR;>;

  final com.netflix.hystrix.AbstractCommand this$0;
    descriptor: Lcom/netflix/hystrix/AbstractCommand;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.netflix.hystrix.HystrixInvokable<R>);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand;Lcom/netflix/hystrix/HystrixInvokable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication this
        start local 2 // com.netflix.hystrix.HystrixInvokable cmd
         0: .line 1342
            aload 0 /* this */
            aload 1
            putfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.this$0:Lcom/netflix/hystrix/AbstractCommand;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1343
            aload 0 /* this */
            aload 2 /* cmd */
            putfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.cmd:Lcom/netflix/hystrix/HystrixInvokable;
         2: .line 1344
            return
        end local 2 // com.netflix.hystrix.HystrixInvokable cmd
        end local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;
            0    3     2   cmd  Lcom/netflix/hystrix/HystrixInvokable<TR;>;
    Signature: (Lcom/netflix/hystrix/HystrixInvokable<TR;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      cmd     

  public rx.Subscriber<? super R> call(rx.Subscriber<? super R>);
    descriptor: (Lrx/Subscriber;)Lrx/Subscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication this
        start local 1 // rx.Subscriber subscriber
         0: .line 1348
            new com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1
            dup
            aload 0 /* this */
            aload 1 /* subscriber */
            aload 1 /* subscriber */
            invokespecial com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.<init>:(Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;Lrx/Subscriber;Lrx/Subscriber;)V
            areturn
        end local 1 // rx.Subscriber subscriber
        end local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;
            0    1     1  subscriber  Lrx/Subscriber<-TR;>;
    Signature: (Lrx/Subscriber<-TR;>;)Lrx/Subscriber<-TR;>;
    MethodParameters:
            Name  Flags
      subscriber  final

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)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
            checkcast rx.Subscriber
            invokevirtual com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.call:(Lrx/Subscriber;)Lrx/Subscriber;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.netflix.hystrix.AbstractCommand access$1(com.netflix.hystrix.AbstractCommand$ExecutionHookApplication);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;)Lcom/netflix/hystrix/AbstractCommand;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1339
            aload 0
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.this$0:Lcom/netflix/hystrix/AbstractCommand;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/Observable$Operator<TR;TR;>;
SourceFile: "AbstractCommand.java"
NestHost: com.netflix.hystrix.AbstractCommand
InnerClasses:
  private ExecutionHookApplication = com.netflix.hystrix.AbstractCommand$ExecutionHookApplication of com.netflix.hystrix.AbstractCommand
  com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1
  public abstract Operator = rx.Observable$Operator of rx.Observable