final class SemComparator extends SemComparatorExtra with Serializable

Linear Supertypes
Serializable, Serializable, SemComparatorExtra, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemComparator
  2. Serializable
  3. Serializable
  4. SemComparatorExtra
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def allFieldsSpecified: Boolean
    Attributes
    protected
    Definition Classes
    SemComparatorExtra
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(o: Any): Boolean
    Definition Classes
    SemComparator → AnyRef → Any
  9. def expandWildcard: Seq[SemComparator]
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    SemComparator → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val major: Option[Long]
    Definition Classes
    SemComparator → SemComparatorExtra
  15. def matches(version: VersionNumber): Boolean
  16. def matchesImpl(version: VersionNumber): Boolean
    Attributes
    protected
    Definition Classes
    SemComparatorExtra
  17. val minor: Option[Long]
    Definition Classes
    SemComparator → SemComparatorExtra
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val op: SemSelOperator
    Definition Classes
    SemComparator → SemComparatorExtra
  22. val patch: Option[Long]
    Definition Classes
    SemComparator → SemComparatorExtra
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val tags: Seq[String]
    Definition Classes
    SemComparator → SemComparatorExtra
  25. def toString(): String
    Definition Classes
    SemComparator → AnyRef → Any
  26. def toStringImpl: String
    Attributes
    protected
    Definition Classes
    SemComparatorExtra
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def withMajor(major: Option[Long]): SemComparator
  31. def withMinor(minor: Option[Long]): SemComparator
  32. def withOp(op: SemSelOperator): SemComparator
  33. def withPatch(patch: Option[Long]): SemComparator
  34. def withTags(tags: Seq[String]): SemComparator

Inherited from Serializable

Inherited from Serializable

Inherited from SemComparatorExtra

Inherited from AnyRef

Inherited from Any

Ungrouped