addAll

suspend fun <D : DataRoot<*>> addAll(items: Iterable<D>): DataClassRepository

Adds all the elements of items to the corresponding list according to its type.

Author

Arnau Mora

Since

20220316

Parameters

items

The items to add.