filter

abstract fun filter(predicate: T.() -> Boolean)

Optional function for filtering records according to the given predicate.