ldbc.connector.util
Members list
Type members
Classlikes
copied from skunk: https://github.com/typelevel/skunk/blob/main/modules/core/shared/src/main/scala/util/Pretty.scala
copied from skunk: https://github.com/typelevel/skunk/blob/main/modules/core/shared/src/main/scala/util/Pretty.scala
Attributes
- Source
- Pretty.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Pretty.type
Attributes
- Source
- StringHelper.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StringHelper.type
A version number is a sequence of non-negative integers separated by dots. It is used to represent the version of a software product. A version number has three parts: major, minor, and patch.
A version number is a sequence of non-negative integers separated by dots. It is used to represent the version of a software product. A version number has three parts: major, minor, and patch.
The version number must be a non-negative integer.
Value parameters
- major
-
The major version number is incremented when there are significant changes to the software.
- minor
-
The minor version number is incremented when there are minor changes to the software.
- patch
-
The patch version number is incremented when there are bug fixes to the software.
Attributes
- Companion
- object
- Source
- Version.scala
- Supertypes
Attributes
- Companion
- class
- Source
- Version.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Version.type