all

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

Returns true if all elements match the given predicate.