Skip to content

Conversation

@copybara-service
Copy link

Add MapLazyFactory and MapProviderLazyFactory.

These new factories will be used to implement map bindings where the values are requested as Lazy<V> or Provider<Lazy<V>>, respectively. MapLazyFactory provides a Map<K, Lazy<V>>, while MapProviderLazyFactory provides a Map<K, Provider<Lazy<V>>>.

RELNOTES=N/A

@copybara-service copybara-service bot force-pushed the test_840729558 branch 4 times, most recently from 209853f to 1b87ddd Compare December 8, 2025 21:09
These new factories will be used to implement map bindings where the values are requested as `Lazy<V>` or `Provider<Lazy<V>>`, respectively. `MapLazyFactory` provides a `Map<K, Lazy<V>>`, while `MapProviderLazyFactory` provides a `Map<K, Provider<Lazy<V>>>`.

RELNOTES=N/A
PiperOrigin-RevId: 841894579
@copybara-service copybara-service bot merged commit 1c47dcf into master Dec 8, 2025
@copybara-service copybara-service bot deleted the test_840729558 branch December 8, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant