wei
07/01/2018, 7:08 PMShawn
07/02/2018, 6:39 AMmyTriples
is generated, maybe instead of using a Triple, you could perhaps use an object expression? something like
myCollection.map { object { val name = it.name; val gender = it.gender; val value = it.value } }
the objects that get made will have named properties that the IDE can see without needing to make a separate data class or anything