public static bool Exists <A, B, T>(this HMap <A, HMap <B, T> > self, Func <T, bool> pred) { return(self.Exists((k, v) => v.Exists(pred))); }