Raw

scala.build.Position.Raw
See theRaw companion object
final case class Raw(startIdx: Int, endIdx: Int) extends Position

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Position
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(shift: Int): Raw
def render(cwd: Path, sep: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(cwd: Path): String

Attributes

Inherited from:
Position
def render(): String

Attributes

Inherited from:
Position