static Map mapValuesToBool(Map map, final B trueValue) { ret mapValues(map, func(B b) { eq(b, trueValue) }); }