Packages

case class Dimensions[N](cols: N, rows: N)(implicit evidence$1: Integral[N]) extends Product2[N, N] with Serializable with Product

Linear Supertypes
Serializable, Serializable, Product2[N, N], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dimensions
  2. Serializable
  3. Serializable
  4. Product2
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Dimensions(cols: N, rows: N)(implicit arg0: Integral[N])

Value Members

  1. def _1: N
    Definition Classes
    Dimensions → Product2
  2. def _2: N
    Definition Classes
    Dimensions → Product2
  3. val cols: N
  4. def productArity: Int
    Definition Classes
    Product2 → Product
  5. def productElement(n: Int): Any
    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  6. val rows: N
  7. def size: Long
  8. def toString(): String
    Definition Classes
    Dimensions → AnyRef → Any