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
abstract val isAbstract: Boolean
| |
interface KCallable<out R> : KAnnotatedElement
Represents a callable entity, such as a function or a property.
R
- return type of the callable.
abstract val isAbstract: Boolean
| |