case class Development(id: String) extends ScalaBuild with Product with Serializable
A development, test, integration, snapshot or other "unofficial" build
- Source
- ScalaVersion.scala
Linear Supertypes
Type Hierarchy
๎ท๎
Ordering
- Alphabetic
- By Inheritance
Inherited
- Development
- Serializable
- Product
- Equals
- ScalaBuild
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- ๎ new Development(id: String)
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 Development toany2stringadd[Development] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- ๎
def ->[B](y: B): (Development, B)
- Implicit
- This member is added by an implicit conversion from Development toArrowAssoc[Development] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- ๎
def <(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- ๎
def <=(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- ๎
final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef โ Any
- ๎
def >(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- ๎
def >=(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- ๎
final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- ๎
def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- ๎
def compare(that: ScalaBuild): Int
- Definition Classes
- Development โ Ordered
- ๎
def compareTo(that: ScalaBuild): Int
- Definition Classes
- Ordered โ Comparable
- ๎
def ensuring(cond: (Development) => Boolean, msg: => Any): Development
- Implicit
- This member is added by an implicit conversion from Development toEnsuring[Development] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- ๎
def ensuring(cond: (Development) => Boolean): Development
- Implicit
- This member is added by an implicit conversion from Development toEnsuring[Development] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- ๎
def ensuring(cond: Boolean, msg: => Any): Development
- Implicit
- This member is added by an implicit conversion from Development toEnsuring[Development] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- ๎
def ensuring(cond: Boolean): Development
- Implicit
- This member is added by an implicit conversion from Development toEnsuring[Development] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- ๎
final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- ๎
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 Development toStringFormat[Development] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- ๎
final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef โ Any
- Annotations
- @native()
- ๎ val id: String
- ๎
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()
- ๎
def productElementNames: Iterator[String]
- Definition Classes
- Product
- ๎
final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- ๎
def unparse: String
Return a version of this build information that can be parsed back into the same ScalaBuild
Return a version of this build information that can be parsed back into the same ScalaBuild
- Definition Classes
- Development โ ScalaBuild
- ๎
final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- ๎
final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- ๎
final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Shadowed Implicit Value Members
- ๎
def <(that: Development): Boolean
- Implicit
- This member is added by an implicit conversion from Development tomath.Ordered[Development] 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:(development: math.Ordered[Development]).<(that)
- Definition Classes
- Ordered
- ๎
def <=(that: Development): Boolean
- Implicit
- This member is added by an implicit conversion from Development tomath.Ordered[Development] 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:(development: math.Ordered[Development]).<=(that)
- Definition Classes
- Ordered
- ๎
def >(that: Development): Boolean
- Implicit
- This member is added by an implicit conversion from Development tomath.Ordered[Development] 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:(development: math.Ordered[Development]).>(that)
- Definition Classes
- Ordered
- ๎
def >=(that: Development): Boolean
- Implicit
- This member is added by an implicit conversion from Development tomath.Ordered[Development] 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:(development: math.Ordered[Development]).>=(that)
- Definition Classes
- Ordered
- ๎
def compare(that: Development): Int
- Implicit
- This member is added by an implicit conversion from Development tomath.Ordered[Development] 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:(development: math.Ordered[Development]).compare(that)
- Definition Classes
- Ordered
- ๎
def compareTo(that: Development): Int
- Implicit
- This member is added by an implicit conversion from Development tomath.Ordered[Development] 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:(development: math.Ordered[Development]).compareTo(that)
- Definition Classes
- Ordered โ Comparable
Deprecated Value Members
- ๎
def โ[B](y: B): (Development, B)
- Implicit
- This member is added by an implicit conversion from Development toArrowAssoc[Development] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
The Scala compiler and reflection APIs.