hasInterfaces

val <T : Any> Class<T>.hasInterfaces: <Error class: unknown class>

Whether the current Class has implemented interfaces.

Receiver

the Class to be checked.

Return

Boolean


val <T : Any> KClass<T>.hasInterfaces: <Error class: unknown class>

Whether the current KClass.java has implemented interfaces.

See also