has<T extends Object> abstract method

bool has<T extends Object>()

Checks if the instance of the specified Object type is registered in the DI container.

Implementation

bool has<T extends Object>();