Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.data/DataObject/Companion/fromMapOfDoubleCollections

fromMapOfDoubleCollections

@JvmStatic
fun fromMapOfDoubleCollections(map: Map<String, Collection<Double?>>): DataObject

Converts a Map with String keys and Number values into a DataObject

Double.NaN or Infinity values will be mapped to their toString counterpart

Parameters

map

The key-value data to put into the DataObject

Generated by Dokka
(c) Tealium 2026