abstract fun isAssignableFrom(type: String): Boolean
Tests if this class is assignable from the specific type
type
- the qualified name of type
abstract fun isAssignableFrom(klass: Klass): Boolean
Tests if this class is assignable from the specific type
klass
- the Klass object to be checked