public class com.netflix.hystrix.HystrixCommandResponseFromCache<R> extends com.netflix.hystrix.HystrixCachedObservable<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.HystrixCommandResponseFromCache
  super_class: com.netflix.hystrix.HystrixCachedObservable
{
  private final com.netflix.hystrix.AbstractCommand<R> originalCommand;
    descriptor: Lcom/netflix/hystrix/AbstractCommand;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/netflix/hystrix/AbstractCommand<TR;>;

  void <init>(rx.Observable<R>, com.netflix.hystrix.AbstractCommand<R>);
    descriptor: (Lrx/Observable;Lcom/netflix/hystrix/AbstractCommand;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.HystrixCommandResponseFromCache this
        start local 1 // rx.Observable originalObservable
        start local 2 // com.netflix.hystrix.AbstractCommand originalCommand
         0: .line 13
            aload 0 /* this */
            aload 1 /* originalObservable */
            invokespecial com.netflix.hystrix.HystrixCachedObservable.<init>:(Lrx/Observable;)V
         1: .line 14
            aload 0 /* this */
            aload 2 /* originalCommand */
            putfield com.netflix.hystrix.HystrixCommandResponseFromCache.originalCommand:Lcom/netflix/hystrix/AbstractCommand;
         2: .line 15
            return
        end local 2 // com.netflix.hystrix.AbstractCommand originalCommand
        end local 1 // rx.Observable originalObservable
        end local 0 // com.netflix.hystrix.HystrixCommandResponseFromCache this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/netflix/hystrix/HystrixCommandResponseFromCache<TR;>;
            0    3     1  originalObservable  Lrx/Observable<TR;>;
            0    3     2     originalCommand  Lcom/netflix/hystrix/AbstractCommand<TR;>;
    Signature: (Lrx/Observable<TR;>;Lcom/netflix/hystrix/AbstractCommand<TR;>;)V
    MethodParameters:
                    Name  Flags
      originalObservable  
      originalCommand     final

  public rx.Observable<R> toObservableWithStateCopiedInto(com.netflix.hystrix.AbstractCommand<R>);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommandResponseFromCache this
        start local 1 // com.netflix.hystrix.AbstractCommand commandToCopyStateInto
         0: .line 18
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            astore 2 /* completionLogicRun */
        start local 2 // java.util.concurrent.atomic.AtomicBoolean completionLogicRun
         1: .line 20
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandResponseFromCache.cachedObservable:Lrx/Observable;
         2: .line 21
            new com.netflix.hystrix.HystrixCommandResponseFromCache$1
            dup
            aload 0 /* this */
            aload 2 /* completionLogicRun */
            aload 1 /* commandToCopyStateInto */
            invokespecial com.netflix.hystrix.HystrixCommandResponseFromCache$1.<init>:(Lcom/netflix/hystrix/HystrixCommandResponseFromCache;Ljava/util/concurrent/atomic/AtomicBoolean;Lcom/netflix/hystrix/AbstractCommand;)V
            invokevirtual rx.Observable.doOnError:(Lrx/functions/Action1;)Lrx/Observable;
         3: .line 29
            new com.netflix.hystrix.HystrixCommandResponseFromCache$2
            dup
            aload 0 /* this */
            aload 2 /* completionLogicRun */
            aload 1 /* commandToCopyStateInto */
            invokespecial com.netflix.hystrix.HystrixCommandResponseFromCache$2.<init>:(Lcom/netflix/hystrix/HystrixCommandResponseFromCache;Ljava/util/concurrent/atomic/AtomicBoolean;Lcom/netflix/hystrix/AbstractCommand;)V
            invokevirtual rx.Observable.doOnCompleted:(Lrx/functions/Action0;)Lrx/Observable;
         4: .line 37
            new com.netflix.hystrix.HystrixCommandResponseFromCache$3
            dup
            aload 0 /* this */
            aload 2 /* completionLogicRun */
            aload 1 /* commandToCopyStateInto */
            invokespecial com.netflix.hystrix.HystrixCommandResponseFromCache$3.<init>:(Lcom/netflix/hystrix/HystrixCommandResponseFromCache;Ljava/util/concurrent/atomic/AtomicBoolean;Lcom/netflix/hystrix/AbstractCommand;)V
            invokevirtual rx.Observable.doOnUnsubscribe:(Lrx/functions/Action0;)Lrx/Observable;
         5: .line 20
            areturn
        end local 2 // java.util.concurrent.atomic.AtomicBoolean completionLogicRun
        end local 1 // com.netflix.hystrix.AbstractCommand commandToCopyStateInto
        end local 0 // com.netflix.hystrix.HystrixCommandResponseFromCache this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    6     0                    this  Lcom/netflix/hystrix/HystrixCommandResponseFromCache<TR;>;
            0    6     1  commandToCopyStateInto  Lcom/netflix/hystrix/AbstractCommand<TR;>;
            1    6     2      completionLogicRun  Ljava/util/concurrent/atomic/AtomicBoolean;
    Signature: (Lcom/netflix/hystrix/AbstractCommand<TR;>;)Lrx/Observable<TR;>;
    MethodParameters:
                        Name  Flags
      commandToCopyStateInto  final

  private void commandCompleted(com.netflix.hystrix.AbstractCommand<R>);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommandResponseFromCache this
        start local 1 // com.netflix.hystrix.AbstractCommand commandToCopyStateInto
         0: .line 48
            aload 1 /* commandToCopyStateInto */
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandResponseFromCache.originalCommand:Lcom/netflix/hystrix/AbstractCommand;
            getfield com.netflix.hystrix.AbstractCommand.executionResult:Lcom/netflix/hystrix/ExecutionResult;
            putfield com.netflix.hystrix.AbstractCommand.executionResult:Lcom/netflix/hystrix/ExecutionResult;
         1: .line 49
            return
        end local 1 // com.netflix.hystrix.AbstractCommand commandToCopyStateInto
        end local 0 // com.netflix.hystrix.HystrixCommandResponseFromCache this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/netflix/hystrix/HystrixCommandResponseFromCache<TR;>;
            0    2     1  commandToCopyStateInto  Lcom/netflix/hystrix/AbstractCommand<TR;>;
    Signature: (Lcom/netflix/hystrix/AbstractCommand<TR;>;)V
    MethodParameters:
                        Name  Flags
      commandToCopyStateInto  final

  private void commandUnsubscribed(com.netflix.hystrix.AbstractCommand<R>);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommandResponseFromCache this
        start local 1 // com.netflix.hystrix.AbstractCommand commandToCopyStateInto
         0: .line 52
            aload 1 /* commandToCopyStateInto */
            aload 1 /* commandToCopyStateInto */
            getfield com.netflix.hystrix.AbstractCommand.executionResult:Lcom/netflix/hystrix/ExecutionResult;
            getstatic com.netflix.hystrix.HystrixEventType.CANCELLED:Lcom/netflix/hystrix/HystrixEventType;
            invokevirtual com.netflix.hystrix.ExecutionResult.addEvent:(Lcom/netflix/hystrix/HystrixEventType;)Lcom/netflix/hystrix/ExecutionResult;
            putfield com.netflix.hystrix.AbstractCommand.executionResult:Lcom/netflix/hystrix/ExecutionResult;
         1: .line 53
            aload 1 /* commandToCopyStateInto */
            aload 1 /* commandToCopyStateInto */
            getfield com.netflix.hystrix.AbstractCommand.executionResult:Lcom/netflix/hystrix/ExecutionResult;
            iconst_m1
            invokevirtual com.netflix.hystrix.ExecutionResult.setExecutionLatency:(I)Lcom/netflix/hystrix/ExecutionResult;
            putfield com.netflix.hystrix.AbstractCommand.executionResult:Lcom/netflix/hystrix/ExecutionResult;
         2: .line 54
            return
        end local 1 // com.netflix.hystrix.AbstractCommand commandToCopyStateInto
        end local 0 // com.netflix.hystrix.HystrixCommandResponseFromCache this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lcom/netflix/hystrix/HystrixCommandResponseFromCache<TR;>;
            0    3     1  commandToCopyStateInto  Lcom/netflix/hystrix/AbstractCommand<TR;>;
    Signature: (Lcom/netflix/hystrix/AbstractCommand<TR;>;)V
    MethodParameters:
                        Name  Flags
      commandToCopyStateInto  final
}
Signature: <R:Ljava/lang/Object;>Lcom/netflix/hystrix/HystrixCachedObservable<TR;>;
SourceFile: "HystrixCommandResponseFromCache.java"
NestMembers:
  com.netflix.hystrix.HystrixCommandResponseFromCache$1  com.netflix.hystrix.HystrixCommandResponseFromCache$2  com.netflix.hystrix.HystrixCommandResponseFromCache$3
InnerClasses:
  com.netflix.hystrix.HystrixCommandResponseFromCache$1
  com.netflix.hystrix.HystrixCommandResponseFromCache$2
  com.netflix.hystrix.HystrixCommandResponseFromCache$3