UserId

interface UserId

A value object representing a user identifier.

Functions

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