https://kotlinlang.org logo
n

nitrog42

07/21/2017, 9:56 AM
hi guys, i wonder, I have a
Copy code
List<Data
with
Copy code
data class Data(val a: String, val b: String)
, is there an operator to split the list into two lists (one with all the a value and one with all the b value) ?