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

  private final com.netflix.hystrix.HystrixCollapser val$self;
    descriptor: Lcom/netflix/hystrix/HystrixCollapser;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Collection val$requests;
    descriptor: Ljava/util/Collection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void call();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCollapser$1$1 this
        start local 1 // java.lang.Object batchReturnType
         0: .line 171
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCollapser$1$1.val$self:Lcom/netflix/hystrix/HystrixCollapser;
            aload 1 /* batchReturnType */
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCollapser$1$1.val$requests:Ljava/util/Collection;
            invokevirtual com.netflix.hystrix.HystrixCollapser.mapResponseToRequests:(Ljava/lang/Object;Ljava/util/Collection;)V
         1: .line 172
            return
        end local 1 // java.lang.Object batchReturnType
        end local 0 // com.netflix.hystrix.HystrixCollapser$1$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/netflix/hystrix/HystrixCollapser$1$1;
            0    2     1  batchReturnType  TBatchReturnType;
    Signature: (TBatchReturnType;)V
    MethodParameters:
                 Name  Flags
      batchReturnType  
}
Signature: Ljava/lang/Object;Lrx/functions/Action1<TBatchReturnType;>;
SourceFile: "HystrixCollapser.java"
EnclosingMethod: com.netflix.hystrix.HystrixCollapser$1.mapResponseToRequests:(Lrx/Observable;Ljava/util/Collection;)Lrx/Observable;
NestHost: com.netflix.hystrix.HystrixCollapser
InnerClasses:
  com.netflix.hystrix.HystrixCollapser$1
  com.netflix.hystrix.HystrixCollapser$1$1
  public abstract CollapsedRequest = com.netflix.hystrix.HystrixCollapser$CollapsedRequest of com.netflix.hystrix.HystrixCollapser