kotlin.reflect.KCallable

KCallable

interface KCallable<out R> : KAnnotatedElement

Represents a callable entity, such as a function or a property.

Parameters

R - return type of the callable.

Properties

登录查看完整内容

isAbstract

abstract val isAbstract: Boolean

true if this callable is abstract.