map

fun <R> map(transform: (T) -> R): Differences<R>

Return

a Differences with the transform applied to each element it contains.