Import

object Import
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Ignore(name: String) extends Selector
final case
class Name(name: String) extends Named with Simple
sealed
trait Named extends Selector
final case
class Rename(from: String, to: String) extends Named
sealed
trait Selector
sealed
trait Simple extends Selector
case
object Wildcard extends Simple

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 All: List[Selector]