toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api.data
/
LinkBuilder
Link
Builder
class
LinkBuilder
<
S
:
Any
>
(
links
:
MutableList
<
DataLink
<
S
,
Any
,
Any
?
>
>
=
mutableListOf()
)
Members
Constructors
Link
Builder
Link copied to clipboard
constructor
(
links
:
MutableList
<
DataLink
<
S
,
Any
,
Any
?
>
>
=
mutableListOf()
)
Functions
link
Link copied to clipboard
inline
fun
<
T
:
Any
,
I
>
link
(
pair
:
Pair
<
KProperty1
<
S
,
I
>
,
KProperty1
<
T
,
I
>
>
)
Links the properties of two classes, creating a
DataLink
.