public static class MapValuesList.Companion
| Modifier and Type | Method and Description |
|---|---|
<K,A,C> MapValuesList<K,A,C> |
create(javafx.collections.ObservableMap<K,A> sourceMap,
kotlin.jvm.functions.Function1<? super java.util.Map.Entry<? extends K,? extends A>,? extends C> assemble)
create is the factory of
class MapValuesList. |
public <K,A,C> MapValuesList<K,A,C> create(javafx.collections.ObservableMap<K,A> sourceMap, kotlin.jvm.functions.Function1<? super java.util.Map.Entry<? extends K,? extends A>,? extends C> assemble)
create is the factory of class MapValuesList.
sourceMap - The source map.assemble - The function to be called for map each entry to construct the final list elements.class MapValuesList