addAllLater

abstract fun addAllLater(provider: Provider<out Iterable<T>>)(source)

Adds elements to this collection, given a Provider of Iterable that will provide the elements when required.

Since

5.0

Parameters

provider

A Provider of Iterable that can provide the elements when required.