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