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.
class CallbackFactory : ParameterHolder!Args, InstanceFactory!T(
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.