mapValue

fun <T, R> Zoned<T>.mapValue(transform: (T) -> R): Zoned<R>(source)

Returns a new Zoned with the same Zoned.timeZone and the value returned by transform.