final class Depth extends AnyVal with Ordered[Depth]

Linear Supertypes
math.Ordered[Depth], Comparable[Depth], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Depth
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def <(that: Depth): Boolean
    Definition Classes
    Ordered
  4. def <=(that: Depth): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def >(that: Depth): Boolean
    Definition Classes
    Ordered
  7. def >=(that: Depth): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def compare(that: Depth): Int
    Definition Classes
    Depth → Ordered
  10. def compareTo(that: Depth): Int
    Definition Classes
    Ordered → Comparable
  11. def decr: Depth
  12. def decr(n: Int): Depth
  13. val depth: Int
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. def incr: Depth
  16. def incr(n: Int): Depth
  17. def isAnyDepth: Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isNegative: Boolean
  20. def isZero: Boolean
  21. def max(that: Depth): Depth
  22. def toString(): String
    Definition Classes
    Depth → Any

Inherited from math.Ordered[Depth]

Inherited from Comparable[Depth]

Inherited from AnyVal

Inherited from Any

Ungrouped