Join Slack
Powered by
afaik `fun readAll(): List<Question> = ques...
# getting-started
s
s.luhmirins
03/19/2017, 9:51 AM
afaik
fun readAll(): List<Question> = questions.values.sortedBy{ it.questionId }
should do exactly the same
2
Views
Open in Slack
Previous
Next