Join Slack
Communities
Powered by
Hi guys. I have two collections of the same size: ...
# announcements
u
ubu
03/23/2018, 2:31 PM
Hi guys. I have two collections of the same size: {a,b,c}, {1, 2, 3}. I would like to transform them to the list of {1a, 2a, 3a}, 1a - some object created from 1 and a. I wonder how would I do that using this fancy Kotlin collections API?
Open in Slack
Previous
Next