Int1Elem

ostrat.Int1Elem
trait Int1Elem extends IntNElem

An object that can be constructed from a single Int. These are used in Int1Arr Array[Int] based collections.

Attributes

Graph
Supertypes
trait IntNElem
trait SpecialT
class Any
Known subtypes
class Colour
trait TDirn
trait HStep
object HStepUL.type
object HexDL.type
object HexDR.type
object HexLt.type
object HexRt.type
object HexUR.type
object SqDn.type
object SqLt.type
object SqRt.type
object SqUp.type
trait SqDirn
object SqDL.type
object SqDR.type
object SqUL.type
object SqUR.type
trait HVDirnOpt
trait HVDirn
object HVDL.type
object HVDR.type
object HVDn.type
object HVUL.type
object HVUR.type
object HVUp.type
object HVExact.type
class HVOffset

Members list

Concise view

Value members

Abstract methods

def int1: 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