isRegistered

open fun <T> isRegistered(type: Class<T>): Boolean

Return if a registration exists for the given type.

Return

true if the type has already been registered

Parameters

<T>

the instance type

type

the instance type