Join Slack
Communities
Powered by
Your inner lists contain Strings and Integers maki...
# getting-started
s
stephan_marshay
10/11/2017, 7:04 PM
Your inner lists contain Strings and Integers making them effectively
List<any>
. What you probably want is to create data classes to hold this data and sort
data
with:
data.sortedWith(compareBy(it.lastElement))
Open in Slack
Previous
Next