toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.model
/
UnresolvedBound
Unresolved
Bound
data
class
UnresolvedBound
(
val
name
:
String
,
val
extra
:
PropertyContainer
<
UnresolvedBound
>
=
PropertyContainer.empty()
)
:
Bound
,
AnnotationTarget
,
WithExtraProperties
<
UnresolvedBound
>
Members
Constructors
Unresolved
Bound
Link copied to clipboard
constructor
(
name
:
String
,
extra
:
PropertyContainer
<
UnresolvedBound
>
=
PropertyContainer.empty()
)
Properties
extra
Link copied to clipboard
open
override
val
extra
:
PropertyContainer
<
UnresolvedBound
>
name
Link copied to clipboard
val
name
:
String
Functions
with
New
Extras
Link copied to clipboard
open
override
fun
withNewExtras
(
newExtras
:
PropertyContainer
<
UnresolvedBound
>
)
:
UnresolvedBound