mp
09/27/2017, 3:05 PMIterables.transform for Iterable in Kotlin that I just haven't found? The Iterable.map extension function returns a List, but when dealing with very large collections I want to lazily traverse rather than allocating another collection.