removeSource

fun removeSource(source: LiveData<out I>)

Removes a source, triggering a value update. Any future change to the added source's value will no longer trigger a value update.

Removing a source that was not added will be silently ignored.