DCI

data class DCI(dri: Set<DRI>, kind: Kind)

Functions

component1
Link copied to clipboard
operator fun component1(): Set<DRI>
component2
Link copied to clipboard
operator fun component2(): Kind
copy
Link copied to clipboard
fun copy(dri: Set<DRI>, kind: Kind): DCI
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

dri
Link copied to clipboard
val dri: Set<DRI>
kind
Link copied to clipboard
val kind: Kind