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