map

abstract fun <R> map(transform: (item: E) -> R): List<R>