none

Return true if the sequence has no elements.

The operation is terminal.


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

Return true if no elements match the given predicate.

The operation is terminal.