flatMap

fun <T, OT> LiveData<T>.flatMap(function: (T) -> LiveData<OT>): LiveData<OT>