static Map filterMapByValuePredicate(Map map, IF1 pred) { ret filterMap(map, func(A key, B val) -> bool { pred.get(value) }); }