package process
Type Members
- final case class ProcessId(value: Long) extends AnyVal with Product with Serializable
- final case class ProcessIdWithName(id: ProcessId, name: ProcessName) extends Product with Serializable
- final case class ProcessIdWithNameAndCategory(id: ProcessId, name: ProcessName, category: String) extends Product with Serializable