Gus
07/07/2020, 4:21 PMObject
). What's the best / most idiomatic way to represent that collection? In TypeScript I'd do something like Array<Type1 | Type2>
, but I don't know how to do something like that on Kotlin/Java/JVM.willyrs
07/07/2020, 4:38 PMwillyrs
07/07/2020, 4:38 PMGus
07/07/2020, 4:43 PM