bindToTextViewText

@JvmName(name = "bindToTextViewTextString")
fun LiveData<String>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
@JvmName(name = "bindToTextViewTextStringDesc")
fun LiveData<StringDesc>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
fun LiveData<String>.bindToTextViewText(textView: <ERROR CLASS>)
fun LiveData<<ERROR CLASS>>.bindToTextViewText(textView: <ERROR CLASS>)