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

  public void <init>(com.netflix.hystrix.AbstractCommand<R>);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator this
        start local 1 // com.netflix.hystrix.AbstractCommand originalCommand
         0: .line 1124
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1125
            aload 0 /* this */
            aload 1 /* originalCommand */
            putfield com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator.originalCommand:Lcom/netflix/hystrix/AbstractCommand;
         2: .line 1126
            return
        end local 1 // com.netflix.hystrix.AbstractCommand originalCommand
        end local 0 // com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/netflix/hystrix/AbstractCommand$HystrixObservableTimeoutOperator<TR;>;
            0    3     1  originalCommand  Lcom/netflix/hystrix/AbstractCommand<TR;>;
    Signature: (Lcom/netflix/hystrix/AbstractCommand<TR;>;)V
    MethodParameters:
                 Name  Flags
      originalCommand  final

  public rx.Subscriber<? super R> call(rx.Subscriber<? super R>);
    descriptor: (Lrx/Subscriber;)Lrx/Subscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator this
        start local 1 // rx.Subscriber child
         0: .line 1130
            new rx.subscriptions.CompositeSubscription
            dup
            invokespecial rx.subscriptions.CompositeSubscription.<init>:()V
            astore 2 /* s */
        start local 2 // rx.subscriptions.CompositeSubscription s
         1: .line 1132
            aload 1 /* child */
            aload 2 /* s */
            invokevirtual rx.Subscriber.add:(Lrx/Subscription;)V
         2: .line 1138
            new com.netflix.hystrix.strategy.concurrency.HystrixContextRunnable
            dup
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator.originalCommand:Lcom/netflix/hystrix/AbstractCommand;
            getfield com.netflix.hystrix.AbstractCommand.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
            new com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$1
            dup
            aload 0 /* this */
            aload 1 /* child */
            invokespecial com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$1.<init>:(Lcom/netflix/hystrix/AbstractCommand$HystrixObservableTimeoutOperator;Lrx/Subscriber;)V
            invokespecial com.netflix.hystrix.strategy.concurrency.HystrixContextRunnable.<init>:(Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;Ljava/lang/Runnable;)V
            astore 3 /* timeoutRunnable */
        start local 3 // com.netflix.hystrix.strategy.concurrency.HystrixContextRunnable timeoutRunnable
         3: .line 1146
            new com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$2
            dup
            aload 0 /* this */
            aload 2 /* s */
            aload 3 /* timeoutRunnable */
            invokespecial com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$2.<init>:(Lcom/netflix/hystrix/AbstractCommand$HystrixObservableTimeoutOperator;Lrx/subscriptions/CompositeSubscription;Lcom/netflix/hystrix/strategy/concurrency/HystrixContextRunnable;)V
            astore 4 /* listener */
        start local 4 // com.netflix.hystrix.util.HystrixTimer$TimerListener listener
         4: .line 1170
            invokestatic com.netflix.hystrix.util.HystrixTimer.getInstance:()Lcom/netflix/hystrix/util/HystrixTimer;
            aload 4 /* listener */
            invokevirtual com.netflix.hystrix.util.HystrixTimer.addTimerListener:(Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;)Ljava/lang/ref/Reference;
            astore 5 /* tl */
        start local 5 // java.lang.ref.Reference tl
         5: .line 1173
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator.originalCommand:Lcom/netflix/hystrix/AbstractCommand;
            getfield com.netflix.hystrix.AbstractCommand.timeoutTimer:Ljava/util/concurrent/atomic/AtomicReference;
            aload 5 /* tl */
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         6: .line 1178
            new com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$3
            dup
            aload 0 /* this */
            aload 5 /* tl */
            aload 1 /* child */
            invokespecial com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$3.<init>:(Lcom/netflix/hystrix/AbstractCommand$HystrixObservableTimeoutOperator;Ljava/lang/ref/Reference;Lrx/Subscriber;)V
            astore 6 /* parent */
        start local 6 // rx.Subscriber parent
         7: .line 1214
            aload 2 /* s */
            aload 6 /* parent */
            invokevirtual rx.subscriptions.CompositeSubscription.add:(Lrx/Subscription;)V
         8: .line 1216
            aload 6 /* parent */
            areturn
        end local 6 // rx.Subscriber parent
        end local 5 // java.lang.ref.Reference tl
        end local 4 // com.netflix.hystrix.util.HystrixTimer$TimerListener listener
        end local 3 // com.netflix.hystrix.strategy.concurrency.HystrixContextRunnable timeoutRunnable
        end local 2 // rx.subscriptions.CompositeSubscription s
        end local 1 // rx.Subscriber child
        end local 0 // com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/netflix/hystrix/AbstractCommand$HystrixObservableTimeoutOperator<TR;>;
            0    9     1            child  Lrx/Subscriber<-TR;>;
            1    9     2                s  Lrx/subscriptions/CompositeSubscription;
            3    9     3  timeoutRunnable  Lcom/netflix/hystrix/strategy/concurrency/HystrixContextRunnable;
            4    9     4         listener  Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;
            5    9     5               tl  Ljava/lang/ref/Reference<Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;>;
            7    9     6           parent  Lrx/Subscriber<TR;>;
    Signature: (Lrx/Subscriber<-TR;>;)Lrx/Subscriber<-TR;>;
    MethodParameters:
       Name  Flags
      child  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$HystrixObservableTimeoutOperator.call:(Lrx/Subscriber;)Lrx/Subscriber;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <R:Ljava/lang/Object;>Ljava/lang/Object;Lrx/Observable$Operator<TR;TR;>;
SourceFile: "AbstractCommand.java"
NestHost: com.netflix.hystrix.AbstractCommand
InnerClasses:
  private HystrixObservableTimeoutOperator = com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator of com.netflix.hystrix.AbstractCommand
  com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$1
  com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$2
  com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$3
  public abstract TimerListener = com.netflix.hystrix.util.HystrixTimer$TimerListener of com.netflix.hystrix.util.HystrixTimer
  public abstract Operator = rx.Observable$Operator of rx.Observable