Join Slack
Powered by
It takes a lambda with an element as the receiver....
# announcements
m
marstran
02/19/2018, 12:08 PM
It takes a lambda with an element as the receiver. Its signature is probably something like this:
fun <T, R : Comparable<R>> List<T>.orderBy(f: T.() -> R): List<T>
.
5
Views
Open in Slack
Previous
Next