tornadofx / tornadofx / kotlin.collections.MutableMap

Extensions for kotlin.collections.MutableMap

toProperty fun <S, V, X : V> MutableMap<S, V>.toProperty(key: S, propertyGenerator: (X?) -> Property<X>): Property<X>

Convert the given key in this map to a Property using the given propertyGenerator function.