//Extensions for Jetpack Lifecycle/it.czerwinski.android.lifecycle.livedata/GroupedLiveData/get

get

[androidJvm]
Content
operator fun get(key: K): LiveData<V>
More info

Returns a LiveData emitting only values, for which the result of the keySelector function is equal to the given key.