toggle menu
Mokkery
2.5.1
common
switch theme
search in API
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
<
*
>