sealed trait SemVerOps extends AnyRef
Implements SemVer 2.0 specific operations on the Version class
- Alphabetic
- By Inheritance
- SemVerOps
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
buildMeta: Option[Version]
A
build metadatapart of the version number.A
build metadatapart of the version number. E.g. "build.5" in "1.2.3-alpha.4+build.5"- returns
Some(Version)that consists of components from abuild-metapart of this version, orNoneif abuild-metacomponent is absent
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
core: SemanticVersion
A
corepart of the version number.A
corepart of the version number. E.g. "1.2.3" in "1.2.3-alpha.4+build.5"- returns
A new instance of SemanticVersion with the same
minor,majorandpatchcomponents, but without apre-releaseorbuild-metacomponents
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
major: BigInt
A
majorversion number.A
majorversion number. E.g. "1" in "1.2.3-alpha.4+build.5"- returns
majorcomponent as a number
-
final
def
minor: BigInt
A
minorversion number.A
minorversion number. E.g. "2" in "1.2.3-alpha.4+build.5"- returns
minorcomponent as a number
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
patch: BigInt
A
patchversion number.A
patchversion number. E.g. "3" in "1.2.3-alpha.4+build.5"- returns
patchcomponent as a number
-
final
def
preRelease: Option[Version]
A
pre-releasepart of the version number.A
pre-releasepart of the version number. E.g. "alpha.4" in "1.2.3-alpha.4+build.5"- returns
Some(Version)that consists of components from apre-releasepart of this version, orNoneif apre-releasecomponent is absent
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.