mapValue

fun <R> mapValue(transform: (T) -> R): FieldEntry<ID, R>

Returns a FieldEntry with the same id and a transformed value.