Mokkery
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Mokkery
mokkery-runtime
/
dev.mokkery.context
/
Function
Function
interface
Function
(
source
)
Represents a Kotlin function.
Members
Types
Id
Link copied to clipboard
@
JvmInline
value
class
Id
(
value
:
Long
)
Parameter
Link copied to clipboard
class
Parameter
Represents a Kotlin function parameter.
Properties
id
Link copied to clipboard
abstract
val
id
:
Function.Id
name
Link copied to clipboard
abstract
val
name
:
String
parameters
Link copied to clipboard
abstract
val
parameters
:
List
<
Function.Parameter
>
return
Type
Link copied to clipboard
abstract
val
returnType
:
KClass
<
*
>