class ClassTypeKey<R : Any> : TypeKey<R>
ClassTypeKey(type: Class<R>, qualifier: Any? = null) |
val qualifier: Any? |
|
val type: Class<R> |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |
|
fun typeEquals(other: TypeKey<*>): Boolean
Test if other has the same type. Like equals without looking onto the qualifier. |