map

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

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