someEntry
Check if any entry in the object matches the predicate.
object(required): the object to testpredicate(required): lambda(key, value) -> boolean
utlx
someEntry({a: 1, b: 5, c: 3}, (k, v) -> v > 4) // true