final case class Depth(value: Int) extends AnyVal with Product with Serializable
- Source
- Segment.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Depth
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (Depth, B)
- def <(that: Depth): Boolean
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (Depth) ⇒ Boolean, msg: ⇒ Any): Depth
- def ensuring(cond: (Depth) ⇒ Boolean): Depth
- def ensuring(cond: Boolean, msg: ⇒ Any): Depth
- def ensuring(cond: Boolean): Depth
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def increment: Depth
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val value: Int
- def →[B](y: B): (Depth, B)