emptyAsError

fun <T, E> LiveData<State<T, E>>.emptyAsError(errorBuilder: () -> E): LiveData<State<T, E>>