Attributed

object Attributed
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def blank[T](data: T): Attributed[T]

Associates an empty metadata map with data.

Associates an empty metadata map with data.

def blankSeq[T](in: Seq[T]): Seq[Attributed[T]]

Associates empty metadata maps with each entry of in.

Associates empty metadata maps with each entry of in.

def data[T](in: Seq[Attributed[T]]): Seq[T]

Extracts the underlying data from the sequence in.

Extracts the underlying data from the sequence in.