containsAll
fun <E> LiveData<out Collection<E>?>.containsAll(elements: Collection<E>): Boolean
Content copied to clipboard
Return
true
if all elements are contained in the collection that the LiveData holds. false
if one ore more element is not contained or if the LiveData doesn't have a value.