Instantiates data of type T using a delegate or function.
Encapsulates data's construction logic using a delegate.
The algorithm uses a delegate to create required data,
with a set of Args that are passed to delegate, and a locator
for dependency fetching.
autocallbackFactory(Locator!() locator, T delegate(Locator!(), Args) dg, Args args)
Instantiates data of type T using a delegate or function.
Encapsulates data's construction logic using a delegate. The algorithm uses a delegate to create required data, with a set of Args that are passed to delegate, and a locator for dependency fetching.