ServerVersion

pekko.contrib.persistence.mongodb.ServerVersion
See theServerVersion companion class
object ServerVersion

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class 4.4(minor: String) extends ServerVersion

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class 5.0(minor: String) extends ServerVersion

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class 6.0(minor: String) extends ServerVersion

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Ordering extends Ordering[ServerVersion]

Attributes

Supertypes
trait Ordering[ServerVersion]
trait PartialOrdering[ServerVersion]
trait Equiv[ServerVersion]
trait Serializable
trait Comparator[ServerVersion]
class Object
trait Matchable
class Any
Show all
Self type
Ordering.type
final case class Unsupported(_major: Double, minor: String) extends ServerVersion

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def unapply(version: String): Option[ServerVersion]

Concrete fields

final val 4.4.0: 4.4
final val 5.0.0: 5.0
final val 6.0.0: 6.0