Class Functions.ListSorter<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.ListSorter<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Comparator<? super T>
comparator
-
Constructor Summary
Constructors Constructor Description ListSorter(java.util.Comparator<? super T> comparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<T>
apply(java.util.List<T> v)
Apply some calculation to the input value and return some other value.
-
-
-
Field Detail
-
comparator
final java.util.Comparator<? super T> comparator
-
-
Constructor Detail
-
ListSorter
ListSorter(java.util.Comparator<? super T> comparator)
-
-