The standard constructor factory for Ignition classes. It resolves a target interface and returns a closure that, when called, triggers the internal instantiation and construction sequence.
The target to instantiate. Can be a string of a class name, an Interface object, or the StaticClassObject returned by calling the imported class and providing true as your argument.