package utils
Classes representing catalog versions.
- Alphabetic
- By Inheritance
- utils
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed abstract class BaseVersion extends AnyRef
Can represent an Exists or an EmptyCatalog.
- final case class Exists(version: Version) extends BaseVersion with Product with Serializable
Represents a version of a catalog in the BaseVersion.
Represents a version of a catalog in the BaseVersion. It cannot represent empty catalogs.
- type Version = Long
Type for catalog version.
Value Members
- val Version: Long.type
- object BaseVersion
Provides conversion functions.
- case object EmptyCatalog extends BaseVersion with Product with Serializable
Represents an empty catalog in the BaseVersion.