Packages

package process

Linear Supertypes
AnyRef, Any

Type Members

  1. final case class ProcessId(value: Long) extends AnyVal with Product with Serializable
  2. final case class ProcessIdWithName(id: ProcessId, name: ProcessName) extends Product with Serializable
  3. final case class ProcessIdWithNameAndCategory(id: ProcessId, name: ProcessName, category: String) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped