A DelegateFactory that is used to stitch Provider/Lazy indirection based dependency cycles.
Lazily maps this Provider's value to another Provider of type R.
Returns the factory's delegate.
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.