all

inline fun all(predicate: (K, V) -> Boolean): Boolean

Returns true if all entries match the given predicate.