strongFlatten

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

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


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

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