Modifier

object Modifier
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Builtin(mods: Set[Mod]) extends Modifier
object Crash
object Default
object Fail
case class Post(mod: PostModifier, info: String) extends Modifier
case class Pre(mod: PreModifier, info: String) extends Modifier
case class Str(mod: StringModifier, info: String) extends Modifier
object Warn

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(string: String): Option[Modifier]