static L> lambdaMapLike pwt_filter(IPred f, Iterable> l) { ret filter(p -> f.get(p!), l); }