Mokkery
Toggle table of contents
2.9.0
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-runtime
/
dev.mokkery.context
/
Function
Function
class
Function
(
source
)
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
<
*
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String