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