WithExtraProperties

interface WithExtraProperties<C : Any>

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
withNewExtras
Link copied to clipboard
abstract fun withNewExtras(newExtras: PropertyContainer<C>): C

Properties

extra
Link copied to clipboard
abstract val extra: PropertyContainer<C>

Inheritors

DModule
Link copied to clipboard
DPackage
Link copied to clipboard
DClass
Link copied to clipboard
DEnum
Link copied to clipboard
DEnumEntry
Link copied to clipboard
DFunction
Link copied to clipboard
DInterface
Link copied to clipboard
DObject
Link copied to clipboard
DAnnotation
Link copied to clipboard
DProperty
Link copied to clipboard
DParameter
Link copied to clipboard
DTypeParameter
Link copied to clipboard
DTypeAlias
Link copied to clipboard
ContentNode
Link copied to clipboard