case class Milestone(n: Int) extends ScalaBuild with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Milestone
- Serializable
- Serializable
- Product
- Equals
- ScalaBuild
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Milestone(n: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Milestone, B)
-
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compare(that: ScalaBuild): Int
- Definition Classes
- Milestone → Ordered
-
def
compareTo(that: ScalaBuild): Int
- Definition Classes
- Ordered → Comparable
- def ensuring(cond: (Milestone) ⇒ Boolean, msg: ⇒ Any): Milestone
- def ensuring(cond: (Milestone) ⇒ Boolean): Milestone
- def ensuring(cond: Boolean, msg: ⇒ Any): Milestone
- def ensuring(cond: Boolean): Milestone
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val n: Int
-
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
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
- Milestone → ScalaBuild
-
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
- @throws( ... ) @native()
- def →[B](y: B): (Milestone, B)
The Scala compiler and reflection APIs.