Join Slack
Powered by
if I have a `List<MyObject>` and `MyObject` ...
# android
j
james
12/15/2017, 4:14 AM
if I have a
List<MyObject>
and
MyObject
has a field called
id
, what's the idiomatic kotlin way to extract an array of
id
from that list?
Open in Slack
Previous
Next