sealed abstract class ScalaVersion extends Ordered[ScalaVersion]
Represents a single Scala version in a manner that supports easy comparison and sorting.
- Source
- ScalaVersion.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaVersion
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
compare(that: ScalaVersion): Int
- Definition Classes
- Ordered
- abstract def unparse: String
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ScalaVersion to any2stringadd[ScalaVersion] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ScalaVersion, B)
- Implicit
- This member is added by an implicit conversion from ScalaVersion to ArrowAssoc[ScalaVersion] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
<(that: ScalaVersion): Boolean
- Definition Classes
- Ordered
-
def
<=(that: ScalaVersion): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: ScalaVersion): Boolean
- Definition Classes
- Ordered
-
def
>=(that: ScalaVersion): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compareTo(that: ScalaVersion): Int
- Definition Classes
- Ordered → Comparable
-
def
ensuring(cond: (ScalaVersion) ⇒ Boolean, msg: ⇒ Any): ScalaVersion
- Implicit
- This member is added by an implicit conversion from ScalaVersion to Ensuring[ScalaVersion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ScalaVersion) ⇒ Boolean): ScalaVersion
- Implicit
- This member is added by an implicit conversion from ScalaVersion to Ensuring[ScalaVersion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ScalaVersion
- Implicit
- This member is added by an implicit conversion from ScalaVersion to Ensuring[ScalaVersion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ScalaVersion
- Implicit
- This member is added by an implicit conversion from ScalaVersion to Ensuring[ScalaVersion] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ScalaVersion to StringFormat[ScalaVersion] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
→[B](y: B): (ScalaVersion, B)
- Implicit
- This member is added by an implicit conversion from ScalaVersion to ArrowAssoc[ScalaVersion] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
<(that: ScalaVersion): Boolean
- Implicit
- This member is added by an implicit conversion from ScalaVersion to math.Ordered[ScalaVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaVersion: math.Ordered[ScalaVersion]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: ScalaVersion): Boolean
- Implicit
- This member is added by an implicit conversion from ScalaVersion to math.Ordered[ScalaVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaVersion: math.Ordered[ScalaVersion]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: ScalaVersion): Boolean
- Implicit
- This member is added by an implicit conversion from ScalaVersion to math.Ordered[ScalaVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaVersion: math.Ordered[ScalaVersion]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: ScalaVersion): Boolean
- Implicit
- This member is added by an implicit conversion from ScalaVersion to math.Ordered[ScalaVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaVersion: math.Ordered[ScalaVersion]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: ScalaVersion): Int
- Implicit
- This member is added by an implicit conversion from ScalaVersion to math.Ordered[ScalaVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaVersion: math.Ordered[ScalaVersion]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: ScalaVersion): Int
- Implicit
- This member is added by an implicit conversion from ScalaVersion to math.Ordered[ScalaVersion] performed by method orderingToOrdered in scala.math.Ordered.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(scalaVersion: math.Ordered[ScalaVersion]).compareTo(that)
- Definition Classes
- Ordered → Comparable
The Scala compiler and reflection APIs.