getOrNull

inline fun <T : Any> getOrNull(): T?
fun <T : Any> getOrNull(clazz: KClass<T>, ctx: Injector.RequestContext = RequestContext(clazz)): T?