ldbc.connector.util

Members list

Type members

Classlikes

object Pretty

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 Object
trait Matchable
class Any
Self type
Pretty.type
object StringHelper

Attributes

Source
StringHelper.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class Version(major: Int, minor: Int, patch: Int)

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Version

Attributes

Companion
class
Source
Version.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Version.type