Version

com.github.mauricio.async.db.util.Version
See theVersion companion object
case class Version(major: Int, minor: Int, maintenance: Int) extends Ordered[Version]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[Version]
trait Comparable[Version]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(y: Version): Int

Attributes

Definition Classes
Ordered

Inherited methods

def <(that: Version): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Version): Boolean

Attributes

Inherited from:
Ordered
def >(that: Version): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Version): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: Version): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product