firstOrNull

abstract fun <T : Any> firstOrNull(collection: ModelCollection<T, C>, filter: (Model<T>) -> Boolean): Model<T>?

Finds the first model in the Collection and passes the provided filter.