ContentDivergentInstance

data class ContentDivergentInstance(before: ContentNode?, divergent: ContentNode, after: ContentNode?, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentComposite

Instance of a divergent content

Constructors

ContentDivergentInstance
Link copied to clipboard
fun ContentDivergentInstance(before: ContentNode?, divergent: ContentNode, after: ContentNode?, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode> = PropertyContainer.empty())

Functions

component1
Link copied to clipboard
operator fun component1(): ContentNode?
component2
Link copied to clipboard
operator fun component2(): ContentNode
component3
Link copied to clipboard
operator fun component3(): ContentNode?
component4
Link copied to clipboard
operator fun component4(): DCI
component5
Link copied to clipboard
operator fun component5(): Set<DisplaySourceSet>
component6
Link copied to clipboard
operator fun component6(): Set<Style>
component7
Link copied to clipboard
operator fun component7(): PropertyContainer<ContentNode>
copy
Link copied to clipboard
fun copy(before: ContentNode?, divergent: ContentNode, after: ContentNode?, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode> = PropertyContainer.empty()): ContentDivergentInstance
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): ContentDivergentInstance
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentDivergentInstance
withSourceSets
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentDivergentInstance

Properties

after
Link copied to clipboard
val after: ContentNode?
before
Link copied to clipboard
val before: ContentNode?
children
Link copied to clipboard
open override val children: List<ContentNode>
dci
Link copied to clipboard
open override val dci: DCI
divergent
Link copied to clipboard
val divergent: ContentNode
extra
Link copied to clipboard
open override val extra: PropertyContainer<ContentNode>
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DisplaySourceSet>
style
Link copied to clipboard
open override val style: Set<Style>