addToCollection

open fun <V, T : Collection<in V>?> addToCollection(dest: T, failOnNull: Boolean, src: Iterable<out V>): T
open fun <V, T : Collection<in V>?> addToCollection(dest: T, src: Iterable<out V>): T


open fun <V, T : Collection<in V>?> addToCollection(dest: T, failOnNull: Boolean, srcs: Array<Iterable<out V>>): T
open fun <V, T : Collection<in V>?> addToCollection(dest: T, srcs: Array<Iterable<out V>>): T

Deprecated