SortAppInfoViewDataTask
Task to sort a list of {@link AppInfoViewData} objects.
This task takes a list of {@link AppInfoViewData} as input and returns a new list containing the same elements, sorted according to the provided {@link Comparator}.
If no comparator is provided, the original order of the list is preserved.
Functions
Link copied to clipboard
operator fun invoke(input: List<AppInfoViewData>, comparator: Comparator<ViewData>?): List<AppInfoViewData>