Packages

package utils

Classes representing catalog versions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class BaseVersion extends AnyRef

    Can represent an Exists or an EmptyCatalog.

  2. 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.

  3. type Version = Long

    Type for catalog version.

Value Members

  1. val Version: Long.type
  2. object BaseVersion

    Provides conversion functions.

  3. object EmptyCatalog extends BaseVersion with Product with Serializable

    Represents an empty catalog in the BaseVersion.

Inherited from AnyRef

Inherited from Any

Ungrouped