Setting

dotty.tools.dotc.config.Settings.Setting
See theSetting companion class
object Setting

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Setting.type

Members list

Type members

Classlikes

case class ChoiceWithHelp[T](name: T, description: String)

A choice with help description.

A choice with help description.

NOTE : equals and toString have special behaviors

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Extensions

Extensions

extension [T](setting: Setting[T])
def isDefault(using Context): Boolean
def update(x: T)(using Context): SettingsState
def value(using Context): T