mapOf

open fun <K, V> mapOf(keyType: Class<K>, valueType: Class<V>): Bindable<Map<K, V>>

Create a new BindableMap of the specified key and value type.

Return

a Bindable instance

Parameters

<K>

the key type

<V>

the value type

keyType

the map key type

valueType

the map value type