Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.data/DataList/Builder/addAll

addAll

@JvmOverloads
fun addAll(list: DataList, index: Int = DEFAULT_INDEX): DataList.Builder

Adds all entries from the given list to this builder. If an index is provided then the entries are inserted starting at that index.

Return

The current Builder instance.

Parameters

list

The DataList of entries to add

index

Optional list index to insert the items at

Generated by Dokka
(c) Tealium 2026