all

inline fun <E : Any, T : BaseTable<E>> EntitySequence<E, T>.all(predicate: (T) -> ColumnDeclaring<Boolean>): Boolean(source)

Return true if all elements match the given predicate.

The operation is terminal.