Int2Elem

ostrat.Int2Elem
trait Int2Elem extends IntNElem

An object that can be constructed from 2 Ints. These are used in Int2Arr Array[Int] based collections.

Attributes

Graph
Supertypes
trait IntNElem
trait SpecialT
class Any
Known subtypes
trait TCoord
trait TCen
class HCen
class SqCen
trait TSide
class HSide
class SqSide
trait TVert
trait HCoord
trait HNotVert
class HVert
trait SqCoord
class SqVert

Members list

Concise view

Value members

Abstract methods

def int1: Int
def int2: Int

Concrete methods

override def intForeach(f: Int => Unit): Unit

Performs the side effecting function on each Double in this Product element.

Performs the side effecting function on each Double in this Product element.

Attributes

Definition Classes