none

fun <E> LiveData<out Collection<E>?>.none(predicate: (E) -> Boolean): Boolean

Return

true if none of the elements match the given predicate, or if the LiveData doesn't have a value. false if at least one element matches predicate.