interface KFunction<out R> : KCallable<R>, Function<R>
Represents a function with introspection capabilities.
isExternal
abstract val isExternal: Boolean
true if this function is external. See the Kotlin la
true
external
联系方式: