static L lambdaMapLike filter_lambda(IF1 pred, Iterable c) { ret filter(c, pred); }