map

abstract fun <B> map(transform: (FieldEntry<ID, T>) -> B): Field<ID, B>

Map the field using the transform function.