isRegisteredInLocator<T extends Object> method

bool isRegisteredInLocator<T extends Object>()

Check if a class is registered in the locator. Register the object later using inqvine.registerInLocator.

Implementation

bool isRegisteredInLocator<T extends Object>() {
  return _locator.isRegistered<T>();
}