mapAll

fun <T> mapAll(transform: (String) -> T): List<T>

Transforms all parts by given transform function.