A Factory implementation used to implement Map bindings. This factory returns a Map<K, V> when calling invoke (as specified by Factory).
Map<K, V>
A builder for MapFactory.
The map of Providers that contribute to this map binding.
Lazily maps this Provider's value to another Provider of type R.
Returns a Map<K, V> whose iteration order is that of the elements given by each of the providers, which are invoked in the order given at creation.
Returns a memoizing Provider instance of this provider.
Returns a memoizing Lazy instance of this provider.
Lazily zips this Provider's value with another Provider of type R and returns a Provider of type V.