strongLazyFlatten

Creates and returns a new Provider that lazily maps to the provider that is the value of this.

This function is equivalent to provider.lazyFlatMap { it }.


Creates and returns a new Provider that lazily maps to the provider that is the value of this.

This function is equivalent to provider.lazyFlatMapMutable { it }.