Located

skunk.util.Located
final case class Located[A](a: A, origin: Option[A])

A value, paired with an optional Origin. We use this to trace user-supplied values back to where they were defined or introduced.

Attributes

Source
Origin.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product