map
fun <T, R> RepositoryResult<T>.map(transform: (T) -> R): List<R>
Iterates over the RepositoryResult elements using block