Mapper

object Mapper
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Mapper.type

Type members

Classlikes

implicit class MapperOpts[V](mapper: Mapper[V])

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 fields

val forFile: Mapper[File]
val forFileV: Mapper[VirtualFileRef]
val forPath: Mapper[Path]
val forStampV: ContextAwareMapper[VirtualFileRef, Stamp]
val forString: Mapper[String]
val forUsedName: Mapper[UsedName]

Implicits

Implicits

final implicit def MapperOpts[V](mapper: Mapper[V]): MapperOpts[V]