Positioned

object Positioned
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

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]]