RefsImplicit

ostrat.Multiple.RefsImplicit
implicit class RefsImplicit[A](thisRefs: RArr[Multiple[A]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

The total number of elements in this sequence of Multiples.

The total number of elements in this sequence of Multiples.

Attributes

def toArr[R <: Arr[A]](implicit builder: BuilderArrMap[A, R]): R

Converts this sequence of Multiples to an Arr of the type of the Multiple.

Converts this sequence of Multiples to an Arr of the type of the Multiple.

Attributes

def toColl[R](builder: BuilderCollMap[A, R]): R