final class Depth extends AnyVal with Ordered[Depth]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Depth
- Ordered
- Comparable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
<(that: Depth): Boolean
- Definition Classes
- Ordered
-
def
<=(that: Depth): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
>(that: Depth): Boolean
- Definition Classes
- Ordered
-
def
>=(that: Depth): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
compare(that: Depth): Int
- Definition Classes
- Depth → Ordered
-
def
compareTo(that: Depth): Int
- Definition Classes
- Ordered → Comparable
- def decr: Depth
- def decr(n: Int): Depth
- val depth: Int
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def incr: Depth
- def incr(n: Int): Depth
- def isAnyDepth: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNegative: Boolean
- def isZero: Boolean
- def max(that: Depth): Depth
-
def
toString(): String
- Definition Classes
- Depth → Any