core
/
org.jetbrains.dokka.pages
/
DCI
D
C
I
data class
DCI
(dri:
Set
<
DRI
>, kind:
Kind
)
Content copied to clipboard
Functions
Properties
Functions
component1
Link copied to clipboard
operator fun
component1
():
Set
<
DRI
>
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
Kind
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(dri:
Set
<
DRI
>, kind:
Kind
):
DCI
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
dri
Link copied to clipboard
val
dri
:
Set
<
DRI
>
Content copied to clipboard
kind
Link copied to clipboard
val
kind
:
Kind
Content copied to clipboard