toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.model.properties
Package-level
declarations
Types
Functions
Types
Calculated
Property
Link copied to clipboard
interface
CalculatedProperty
<
in
C
:
Any
,
T
:
Any
>
:
ExtraProperty.Key
<
C
,
T
>
Extra
Property
Link copied to clipboard
interface
ExtraProperty
<
in
C
:
Any
>
Merge
Strategy
Link copied to clipboard
sealed
class
MergeStrategy
<
in
C
>
Property
Container
Link copied to clipboard
data
class
PropertyContainer
<
C
:
Any
>
With
Extra
Properties
Link copied to clipboard
interface
WithExtraProperties
<
C
:
Any
>
Functions
merge
Extras
Link copied to clipboard
fun
<
C
:
Any
,
WithExtraProperties
<
C
>
>
C
.
mergeExtras
(
left
:
C
,
right
:
C
)
:
C
plus
Link copied to clipboard
operator
fun
<
D
:
Any
>
PropertyContainer
<
D
>
.
plus
(
prop
:
ExtraProperty
<
D
>
?
)
:
PropertyContainer
<
D
>