Int6Elem

ostrat.Int6Elem
trait Int6Elem extends IntNElem

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

Attributes

Graph
Supertypes
trait IntNElem
trait SpecialT
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def int1: Int
def int2: Int
def int3: Int
def int4: Int
def int5: Int
def int6: 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