findLast

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

Return the last element matching the given predicate, or null if no such element was found.

The operation is terminal.