updateValue

fun <T> updateValue(mutableLiveData: MutableLiveData<T>, newValue: T)

Updates the value of the MutableLiveData in the best way possible to propagate the results as faster.