static L getFields2(O o, L<Field> fields) ctex {
  ret map(fields, f -> f == null ? null : f.get(o));
}