GroupId

interface GroupId

A value object representing a group identifier.

Functions

Link copied to clipboard
open fun create(value: String): GroupId
Factory method to create an instance of GroupId.
Link copied to clipboard
abstract fun value(): String