Package

com.nthportal.versions

v4

Permalink

package v4

Visibility
  1. Public
  2. All

Type Members

  1. case class ExtendedVersion[E](version: Version, extension: E, extensionDef: ExtensionDef[E]) extends ExtendedVersionBase[Version, E, ExtendedVersion] with Product with Serializable

    Permalink

    A version with an extension (such as, for example, 1.2.5.4-rc.1)

    A version with an extension (such as, for example, 1.2.5.4-rc.1)

    E

    the type of the extension component of this extended version

    version

    the version component of this extended version

    extension

    the extension component of this extended version

    extensionDef

    the extension definition for this version's extension

  2. case class Version(_1: Int, _2: Int, _3: Int, _4: Int) extends VersionBase[Version, ExtendedVersion] with Product with Serializable

    Permalink

    A version of the form _1._2._3._4 (such as, for example, 1.2.5.4).

    A version of the form _1._2._3._4 (such as, for example, 1.2.5.4).

    _1

    the first value of the version

    _2

    the second value of the version

    _3

    the third value of the version

    _4

    the fourth value of the version

Value Members

  1. object ExtendedVersion extends ExtendedVersionCompanion[Version, ExtendedVersion] with Serializable

    Permalink
  2. object Version extends VersionCompanion[Version, ExtendedVersion] with Of[Dot[Dot[Dot[Version]]]] with Serializable

    Permalink
  3. package compat

    Permalink

Ungrouped