addLater

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

Adds an element to this collection, given a Provider that will provide the element when required.

Since

4.8

Parameters

provider

A Provider that can provide the element when required.