ArrPlatform

skunk.data.ArrPlatform
abstract class ArrPlatform[A]

Platform superclass to support flattenTo in both 2.12 and 2.13+.

Attributes

Source
ArrPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Arr[A]

Members list

Value members

Abstract methods

protected def data: ArrayBuffer[A]

Attributes

Source
ArrPlatform.scala

Concrete methods

def flattenTo[C](fact: Factory[A, C]): C

Construct this Arr's elements as a collection C, as if first reshaped to be single-dimensional.

Construct this Arr's elements as a collection C, as if first reshaped to be single-dimensional.

Attributes

Source
ArrPlatform.scala