o

semver4s

RangeParsers

object RangeParsers

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RangeParsers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Major(major: Long) extends Partial with Product with Serializable
  2. case class Minor(major: Long, minor: Long) extends Partial with Product with Serializable
  3. sealed trait Partial extends AnyRef
  4. case class Patch(major: Long, minor: Long, patch: Long) extends Partial with Product with Serializable
  5. case class Pre(major: Long, minor: Long, patch: Long, pre: PreReleaseSuffix) extends Partial with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val caret: Parser[Matcher]
  6. def caretRange(p: Partial): Matcher
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val eq: Parser[EQ.type]
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val gt: Parser[RangeParsers.Op.GT.type]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. val hyphen: Parser[(Partial, Partial)]
  15. def hyphenRange(lower: Partial, upper: Partial): Matcher
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val logicalOr: Parser[Unit]
  18. val lt: Parser[RangeParsers.Op.LT.type]
  19. val lte: Parser[LTE.type]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val opgte: Parser[GTE.type]
  24. val partial: Parser[Partial]
  25. val primitive: Parser[(SimpleOp, Version)]
  26. def primitiveRange(op: SimpleOp, v: Version): Matcher
  27. val qualifier: Parser0[(Option[NonEmptyList[PreIdentifier]], Option[String])]
  28. val range: Parser[Matcher]
  29. val rangeSet: Parser0[Matcher]
  30. val simple: Parser[Matcher]
  31. val star: Parser[Char]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val tilde: Parser[Matcher]
  34. def tildeRange(part: Partial): Matcher
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def xrange(p: Partial): Matcher
  40. object Op
  41. case object Wild extends Partial with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped