all

inline fun all(predicate: (element: Int) -> Boolean): Boolean(source)

Returns true if all elements match the given predicate.