hasAnyAction

fun LiveDataActionList?.hasAnyAction(vararg actions: Action): LiveData<Boolean>

Extension function to determine whether a LiveData list of Actions contains at least one of the given actions.