Attributed

sbt.internal.util.Attributed$
See theAttributed companion class
object Attributed

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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.

Attributes

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.

Attributes

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.

Attributes