Implemented Interfaces
data class ImplementedInterfaces(interfaces: SourceSetDependent<List<TypeConstructor>>) : ExtraProperty<Documentable>
Content copied to clipboard
Types
Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<Documentable, ImplementedInterfaces>
Content copied to clipboard
Functions
component1
Link copied to clipboard
copy
Link copied to clipboard
fun copy(interfaces: SourceSetDependent<List<TypeConstructor>>): ImplementedInterfaces
Content copied to clipboard