Positioned

scala.build.Positioned$
See thePositioned companion class
object Positioned

Attributes

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

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[T](position: Position, value: T): Positioned[T]
def commandLine[T](value: T): Positioned[T]
def none[T](value: T): Positioned[T]
def sequence[T](seq: Seq[Positioned[T]]): Positioned[Seq[T]]

Implicits

Implicits

implicit def hashedType[T](implicit underlying: HashedType[T]): HashedType[Positioned[T]]
implicit def keyOf[T](implicit underlying: KeyOf[T]): KeyOf[Positioned[T]]
implicit def monoid[T](implicit underlying: ConfigMonoid[T]): ConfigMonoid[Positioned[T]]
implicit def ordering[T](implicit underlying: Ordering[T]): Ordering[Positioned[T]]