Object/Class

just.semver

SemVer

Related Docs: class SemVer | package semver

Permalink

object SemVer extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemVer
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Major(value: Int) extends AnyVal with Product with Serializable

    Permalink
  2. final case class Minor(value: Int) extends AnyVal with Product with Serializable

    Permalink
  3. final case class Patch(value: Int) extends AnyVal with Product with Serializable

    Permalink
  4. implicit final class SemVerOps extends AnyVal

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Major extends Serializable

    Permalink
  5. object Minor extends Serializable

    Permalink
  6. object Patch extends Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def fromDecVer(decVer: DecVer): SemVer

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def increaseMajor(semVer: SemVer): SemVer

    Permalink
  15. def increaseMinor(semVer: SemVer): SemVer

    Permalink
  16. def increasePatch(semVer: SemVer): SemVer

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val major0: Major

    Permalink
  19. def majorMinorPatch(semVer: SemVer): (Major, Minor, Patch)

    Permalink
  20. val minor0: Minor

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def parse(version: String): Either[ParseError, SemVer]

    Permalink
  25. def parseUnsafe(version: String): SemVer

    Permalink
  26. val patch0: Patch

    Permalink
  27. def render(semVer: SemVer): String

    Permalink
  28. def renderMajorMinorPatch(semVer: SemVer): String

    Permalink
  29. def semVer(major: Major, minor: Minor, patch: Patch): SemVer

    Permalink
  30. val semVerRegex: Regex

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def unsafeParse(version: String): SemVer

    Permalink
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withMajor(major: Major): SemVer

    Permalink
  38. def withMinor(minor: Minor): SemVer

    Permalink
  39. def withPatch(patch: Patch): SemVer

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped