to Viewable List
fun <K : Any, V : Any, T : Any> IMutableViewableMap<K, V>.toViewableList(lifetime: Lifetime, converter: (Lifetime, V) -> T): ViewableList<T>
Content copied to clipboard
Converts a viewable map to a viewable list of values, where the converter function is used to convert each map value to a list value.