ValueNSeqLike

ostrat.ValueNSeqLike
trait ValueNSeqLike[A <: ValueNElem] extends SeqLike[A]

Attributes

Graph
Supertypes
trait SeqLike[A]
class Any
Known subtypes
trait DblNSeqLike[A]
trait Dbl2SeqLike[A]
trait Dbl2Arr[A]
class MyDbl2s
class Pt2Arr
class Vec2MArr
class Vec2s
trait Dbl2SeqSpec[A]
trait LinePathDbl2[A]
class LinePath
class LinePathM
trait Polygon
trait HexReg
class HexRegImp
trait Hexlign
class HexParrX
class HexParrY
trait Rectangle
class PhiRect
class PhiRectY
trait Rect
class RectImp
class Sqlign
trait Square
class SquareImp
trait Triangle
trait PolygonLikeDbl2[VT]
class PolygonM2
class PolygonLL
trait Dbl3SeqLike[A]
trait Dbl3Arr[A]
class Pt3Arr
class PtM3Arr
trait Dbl3SeqSpec[A]
trait LinePathDbl3[A]
trait PolygonLikeDbl3[VT]
class PolygonM3
trait Dbl4SeqLike[A]
trait Dbl4Arr[A]
trait LineSegLikeDbl4Arr[VT, A]
trait Dbl4SeqSpec[A]
trait Dbl5SeqLike[A]
trait Dbl5Arr[A]
trait Dbl5SeqSpec[A]
trait Dbl6SeqLike[A]
trait Dbl6Arr[A]
trait LineSegLikeDbl6Arr[VT, A]
trait Dbl6SeqSpec[A]
trait Dbl7SeqLike[A]
trait Dbl7Arr[A]
trait Dbl7SeqSpec[A]
trait DblNArr[A]
trait Dbl1Arr[A]
class Angles
trait LineSegLikeDblNArr[VT, A]
trait DblNSeqSpec[A]
trait LinePathDblN[A]
trait PolygonLikeDblN[VT]
trait IntNSeqLike[A]
trait Int1SeqLike[A]
trait Int1Arr[A]
class Colours
class HStepArr
class HVDirnArr
class SqDirnArr
trait Int1SeqSpec[A]
trait Int2SeqLike[A]
trait Int2Arr[A]
class HCenArr
class HCoordArr
class HSideArr
class HVertArr
class SqCens
class SqVertArr
trait Int2SeqSpec[A]
trait LinePathInt2[A]
trait PolygonLikeInt2[VT]
class PolygonHC
trait Int3SeqLike[A]
trait Int3Arr[A]
trait Int3SeqSpec[A]
trait PolygonLikeInt3[VT]
trait Int4SeqLike[A]
trait Int4Arr[A]
trait Int4SeqSpec[A]
trait Int5SeqLike[A]
trait Int5Arr[A]
trait Int5SeqSpec[A]
trait Int6SeqLike[A]
trait Int6Arr[A]
trait Int6SeqSpec[A]
trait IntNArr[A]
trait IntNSeqSpec[A]
trait LinePathIntN[A]
trait PolygonLikeIntN[VT]
trait LongNSeqLike[A]
trait LongNArr[A]
trait Long1Arr[A]
trait LongNSeqSpec[A]
trait ValueNArr[A]
trait ValueNSeqSpec[A]
trait PolygonValueN[VT]

Members list

Concise view

Type members

Types

type ThisT <: ValueNSeqLike[A]

Gives the final type of this class.

Gives the final type of this class.

Attributes

Value members

Abstract methods

The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.

The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.

Attributes

The total number of atomic values, Ints, Doubles, Longs etc in the backing Array.

The total number of atomic values, Ints, Doubles, Longs etc in the backing Array.

Attributes

Inherited methods

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

Attributes

Inherited from:
SeqLike
def fElemStr: (A) => String

Attributes

Inherited from:
SeqLike
def ssForeach[U](f: A => U): Unit

Performs a side effecting function on each element of the specifying sequence in order.

Performs a side effecting function on each element of the specifying sequence in order.

Attributes

Inherited from:
SeqLike
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
SeqLike -> Any
Inherited from:
SeqLike

String specifying the type of this object.

String specifying the type of this object.

Attributes

Inherited from:
SeqLike
def unsafeSetElem(i: Int, newElem: A): Unit

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLike
def unsafeSetElems(index: Int, elems: A*): Unit

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLike