CombinedId

value class CombinedId(val combinedId: Int)

Constructors

Link copied to clipboard
constructor(interfaceId: Int, componentId: Int)
constructor(combinedId: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): Int
Link copied to clipboard
operator fun component2(): Int
Link copied to clipboard
open override fun toString(): String