fun <K, A, C> create(sourceMap: ObservableMap<K, A>, assemble: (Entry<K, A>) -> C): MapValuesList<K, A, C>
create is the factory of MapValuesList.
sourceMap
- The source map.assemble
- The function to be called for map each entry to construct the final list elements.