class com.netflix.hystrix.HystrixCommand$3 implements rx.functions.Func0<rx.Observable<R>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.HystrixCommand$3
  super_class: java.lang.Object
{
  final com.netflix.hystrix.HystrixCommand this$0;
    descriptor: Lcom/netflix/hystrix/HystrixCommand;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public rx.Observable<R> call();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCommand$3 this
         0: .line 322
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommand$3.this$0:Lcom/netflix/hystrix/HystrixCommand;
            invokevirtual com.netflix.hystrix.HystrixCommand.getFallback:()Ljava/lang/Object;
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
         1: areturn
         2: .line 323
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         3: .line 324
            aload 1 /* ex */
            invokestatic rx.Observable.error:(Ljava/lang/Throwable;)Lrx/Observable;
            areturn
        end local 1 // java.lang.Throwable ex
        end local 0 // com.netflix.hystrix.HystrixCommand$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/netflix/hystrix/HystrixCommand$3;
            3    4     1    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: ()Lrx/Observable<TR;>;

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.netflix.hystrix.HystrixCommand$3.call:()Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lrx/functions/Func0<Lrx/Observable<TR;>;>;
SourceFile: "HystrixCommand.java"
EnclosingMethod: com.netflix.hystrix.HystrixCommand.getFallbackObservable:()Lrx/Observable;
NestHost: com.netflix.hystrix.HystrixCommand
InnerClasses:
  com.netflix.hystrix.HystrixCommand$3