SourceMapPayloadMutableBuilder

@inline final class SourceMapPayloadMutableBuilder[Self <: SourceMapPayload](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setFile(value: String): Self
@inline
def setMappings(value: String): Self
@inline
def setNames(value: Array[String]): Self
@inline
def setNamesVarargs(value: String*): Self
@inline
def setSourceRoot(value: String): Self
@inline
def setSources(value: Array[String]): Self
@inline
def setSourcesContent(value: Array[String]): Self
@inline
def setSourcesContentVarargs(value: String*): Self
@inline
def setSourcesVarargs(value: String*): Self
@inline
def setVersion(value: Double): Self

Concrete fields

val x: Self