static IterableIterator> mapMethodLike filterIteratorOnMapElement(A key, Cl> l, IF1 f) { ret filterIterator(l, map -> f.get(mapGet(map, key))); }