``` hotDeals.filterNot { it.post_date == null }.to...
# getting-started
o
Copy code
hotDeals.filterNot { it.post_date == null }.toMutableList().sortByDescending {
                    Utils.readFormat.parse(it.post_date)
                }