← Docs
kotlin-stdlib / kotlin.reflect / KCallable / callBy

callBy

JVM
1.0
abstract fun callBy ( args : Map < KParameter , Any ? > ) : R
(source)

Calls this callable with the specified mapping of parameters to arguments and returns the result. If a parameter is not found in the mapping and is not optional (as per KParameter.isOptional ), or its type does not match the type of the provided value, an exception is thrown.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .