getMatchingCallables

private fun getMatchingCallables(arguments: Array<Any?>, paramKtypeAppends: HashMap<KCallable<Any?>, ArrayList<KType>>): List<KCallable<Any?>>

Return

The KCallables that have a signature which may be compatible with a given Array of arguments.

Sources

jvm source
Link copied to clipboard