SemVerMatchers

just.semver.matcher.SemVerMatchers
See theSemVerMatchers companion object
final case class SemVerMatchers(matchers: Or)

Attributes

Since

2022-04-07

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def matches(semVer: SemVer): Boolean
Extension method from SemVerMatchers
def render: String
Extension method from SemVerMatchers

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product