toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.links
/
Callable
Callable
data
class
Callable
(
val
name
:
String
,
val
receiver
:
TypeReference
?
=
null
,
val
params
:
List
<
TypeReference
>
)
Members
Constructors
Callable
Link copied to clipboard
constructor
(
name
:
String
,
receiver
:
TypeReference
?
=
null
,
params
:
List
<
TypeReference
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
params
Link copied to clipboard
val
params
:
List
<
TypeReference
>
receiver
Link copied to clipboard
val
receiver
:
TypeReference
?
=
null
Functions
signature
Link copied to clipboard
fun
signature
(
)
:
String