ArrayData

csw.params.core.models.ArrayData
See theArrayData companion class
object ArrayData

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ArrayData.type

Members list

Type members

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromArrays[T](first: T, rest: T*): ArrayData[T]

Create an ArrayData from one or more values

Create an ArrayData from one or more values

Type parameters

T

the type of values

Value parameters

rest

one or more values

Attributes

Returns

an instance of ArrayData

Implicits

Implicits

implicit def fromArray[T](values: Array[T]): ArrayData[T]

Create an ArrayData from one or more values

Create an ArrayData from one or more values

Type parameters

T

the type of values

Value parameters

values

an Array of one or more values

Attributes

Returns

an instance of ArrayData