map

abstract fun <R> map(parentJob: Job, mapping: (T, Job) -> R): Patch<R>

a convenience-method, to map the values encapsulated in a Patch

Parameters

mapping

defines, how to map the values of the patch