filterNotNull

fun <T : Any> Dataset<T?>.filterNotNull(): Dataset<T>

(Kotlin-specific) Filters rows to eliminate null values.