case class Dimensions[N](cols: N, rows: N)(implicit evidence$1: Integral[N]) extends Product2[N, N] with Serializable with Product
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Dimensions
- Serializable
- Serializable
- Product2
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Dimensions(cols: N, rows: N)(implicit arg0: Integral[N])
Value Members
-
def
_1: N
- Definition Classes
- Dimensions → Product2
-
def
_2: N
- Definition Classes
- Dimensions → Product2
- val cols: N
-
def
productArity: Int
- Definition Classes
- Product2 → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Product2 → Product
- Annotations
- @throws( ... )
- val rows: N
- def size: Long
-
def
toString(): String
- Definition Classes
- Dimensions → AnyRef → Any