//tempest-internal/app.cash.tempest.internal/MapAttributeValue
MapAttributeValue¶
[jvm]\ interface MapAttributeValue<T : Any, DB : Any>
Types¶
Name | Summary |
---|---|
Factory | [jvm] interface Factory |
Functions¶
Name | Summary |
---|---|
toAttributeValues | [jvm] abstract fun toAttributeValues(dbItem: DB): Map<String, T> |
toDb | [jvm] abstract fun toDb(attributeValues: Map<String, T>): DB |