mokkery-runtime
Toggle table of contents
2.7.2
common
Platform filter
common
Switch theme
Search in API
mokkery-runtime
mokkery-runtime
/
dev.mokkery.context
/
Function
Function
class
Function
Represents a Kotlin function.
Members
Types
Parameter
Link copied to clipboard
class
Parameter
Represents a Kotlin function parameter.
Properties
name
Link copied to clipboard
val
name
:
String
parameters
Link copied to clipboard
val
parameters
:
List
<
Function.Parameter
>
return
Type
Link copied to clipboard
val
returnType
:
KClass
<
*
>