DynamoArray

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(xs: Iterable[DynamoValue]): DynamoArray

Make an array out of a list of values

Make an array out of a list of values

def byteBuffers(xs: Iterable[ByteBuffer]): DynamoArray

Make an array out of a list of byte buffers

Make an array out of a list of byte buffers

def numbers[N : Numeric](xs: Iterable[N]): DynamoArray

Make an array out of a list of numeric values

Make an array out of a list of numeric values

def strings(xs: Iterable[String]): DynamoArray

Make an array out of a list of strings

Make an array out of a list of strings

Concrete fields

The empty array

The empty array