Create a proxy object which loosely reflects to the target object of a delayed (lazy) initializer.
The lazy initializer which returns the object.
Whether the target object will be a constructor and the proxy will use as constructor directly or not. This will use a alternative flow with some minor drawbacks to provide constructor support.
Get the target source object of a proxy. Will returns itself if not found. If the initializer is not yet resolved, it will resolves immediately.
The wrapped proxy.
Generated using TypeDoc
Lazy initializer proxy factory