mapNotNull

inline fun <R : Any> Query.mapNotNull(transform: (row: QueryRowSet) -> R?): List<R>(source)

Return a list containing only the non-null results of applying the given transform function to each row of the query.

Since

3.0.0