all

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

Returns true if all elements match the given predicate.