MultipleSeqImplicit

ostrat.MultipleSeqImplicit
class MultipleSeqImplicit[A](thisSeq: Seq[Multiple[A]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def iForeachSingle(f: (Int, A) => Unit): Unit

Foreachs over each single value of this Seq of Multiples with an index.

Foreachs over each single value of this Seq of Multiples with an index.

Attributes

Extension method. The number of single values of type A in this Seq of Multiples.

Extension method. The number of single values of type A in this Seq of Multiples.

Attributes

def toSinglesArr[ArrA <: Arr[A]](implicit build: BuilderArrMap[A, ArrA]): ArrA

Extension method. Converts this Seq of Multiples, to an Arr of the Single values of type A. The appropriate Arr type is found by implicit look up for type A.

Extension method. Converts this Seq of Multiples, to an Arr of the Single values of type A. The appropriate Arr type is found by implicit look up for type A.

Attributes