Attributed

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

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Attributed.type

Members list

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

Givens

Givens

given given_Aux_Attributed_:*:[A1 : JsonFormat]: Aux[Attributed[A1], LCons[A1, LCons[StringAttributeMap, LNil]]]