IntegrityComponent

data class IntegrityComponent<A>(val principal: A) : Component<A>

Constructors

Link copied to clipboard
fun <A> IntegrityComponent(principal: A)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val principal: A