ContentDivergentGroup

data class ContentDivergentGroup(children: List<ContentDivergentInstance>, dci: DCI, style: Set<Style>, extra: PropertyContainer<ContentNode>, groupID: ContentDivergentGroup.GroupID, implicitlySourceSetHinted: Boolean) : ContentComposite

Constructors

ContentDivergentGroup
Link copied to clipboard
fun ContentDivergentGroup(children: List<ContentDivergentInstance>, dci: DCI, style: Set<Style>, extra: PropertyContainer<ContentNode>, groupID: ContentDivergentGroup.GroupID, implicitlySourceSetHinted: Boolean = true)

Types

GroupID
Link copied to clipboard
data class GroupID(name: String)

Functions

component1
Link copied to clipboard
operator fun component1(): List<ContentDivergentInstance>
component2
Link copied to clipboard
operator fun component2(): DCI
component3
Link copied to clipboard
operator fun component3(): Set<Style>
component4
Link copied to clipboard
operator fun component4(): PropertyContainer<ContentNode>
component5
Link copied to clipboard
operator fun component5(): ContentDivergentGroup.GroupID
component6
Link copied to clipboard
operator fun component6(): Boolean
copy
Link copied to clipboard
fun copy(children: List<ContentDivergentInstance>, dci: DCI, style: Set<Style>, extra: PropertyContainer<ContentNode>, groupID: ContentDivergentGroup.GroupID, implicitlySourceSetHinted: Boolean = true): ContentDivergentGroup
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hasAnyContent
Link copied to clipboard
open override fun hasAnyContent(): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
transformChildren
Link copied to clipboard
open override fun transformChildren(transformer: (ContentNode) -> ContentNode): ContentDivergentGroup
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentDivergentGroup
withSourceSets
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentDivergentGroup

Properties

children
Link copied to clipboard
open override val children: List<ContentDivergentInstance>
dci
Link copied to clipboard
open override val dci: DCI
extra
Link copied to clipboard
open override val extra: PropertyContainer<ContentNode>
groupID
Link copied to clipboard
val groupID: ContentDivergentGroup.GroupID
is used for finding and copying ContentDivergentInstances when merging ContentPages
implicitlySourceSetHinted
Link copied to clipboard
val implicitlySourceSetHinted: Boolean = true
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DisplaySourceSet>
style
Link copied to clipboard
open override val style: Set<Style>