final class io.reactivex.internal.functions.Functions$ListSorter<T> implements io.reactivex.functions.Function<java.util.List<T>, java.util.List<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$ListSorter
  super_class: java.lang.Object
{
  final java.util.Comparator<? super T> comparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Comparator<-TT;>;

  void <init>(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$ListSorter this
        start local 1 // java.util.Comparator comparator
         0: .line 499
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 500
            aload 0 /* this */
            aload 1 /* comparator */
            putfield io.reactivex.internal.functions.Functions$ListSorter.comparator:Ljava/util/Comparator;
         2: .line 501
            return
        end local 1 // java.util.Comparator comparator
        end local 0 // io.reactivex.internal.functions.Functions$ListSorter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/reactivex/internal/functions/Functions$ListSorter<TT;>;
            0    3     1  comparator  Ljava/util/Comparator<-TT;>;
    Signature: (Ljava/util/Comparator<-TT;>;)V
    MethodParameters:
            Name  Flags
      comparator  

  public java.util.List<T> apply(java.util.List<T>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$ListSorter this
        start local 1 // java.util.List v
         0: .line 505
            aload 1 /* v */
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$ListSorter.comparator:Ljava/util/Comparator;
            invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
         1: .line 506
            aload 1 /* v */
            areturn
        end local 1 // java.util.List v
        end local 0 // io.reactivex.internal.functions.Functions$ListSorter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/functions/Functions$ListSorter<TT;>;
            0    2     1     v  Ljava/util/List<TT;>;
    Signature: (Ljava/util/List<TT;>;)Ljava/util/List<TT;>;
    MethodParameters:
      Name  Flags
      v     

  public java.lang.Object apply(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 java.util.List
            invokevirtual io.reactivex.internal.functions.Functions$ListSorter.apply:(Ljava/util/List;)Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Function<Ljava/util/List<TT;>;Ljava/util/List<TT;>;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final ListSorter = io.reactivex.internal.functions.Functions$ListSorter of io.reactivex.internal.functions.Functions