Searched defs:map (Results 1 – 5 of 5) sorted by relevance
36 private val map = mutableMapOf<String, ViewModel>() constant
49 public fun <X, Y> LiveData<X>.map( in <lambda>() method69 public fun <X, Y> LiveData<X>.map(mapFunction: Function<X, Y>): LiveData<Y> { in map() method
153 val map = observerMap.ceil(observer) in calculateTargetState() constant
37 fun map() { in <lambda>() method in androidx.lifecycle.TransformationsTest
107 val map = HashMap<Int, Int>() in <lambda>() constant