static L> pwt_transform(IF1 f, Iterable> l) { ret map_nonNulls(p -> { B b = f.get(p!); ret b == null ? null : new ParsedWithTokens(b); }, l); }