map

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