Join Slack
Powered by
is there a method to convert `List<T1>` to s...
# getting-started
d
denis.st
04/07/2016, 10:18 AM
is there a method to convert
List<T1>
to sorted
List<T2>
, just like
.sorted
but with on the fly conversion of types?
Open in Slack
Previous
Next