mapTrueOrNull

fun <OT> LiveData<Boolean?>.mapTrueOrNull(function: () -> OT): LiveData<OT?>