Setting

dotty.tools.dotc.config.Settings.Setting
See theSetting companion object
case class Setting[T]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isDefault(using Context): Boolean
Extension method from Setting
def update(x: T)(using Context): SettingsState
Extension method from Setting
def updateIn(state: SettingsState, x: Any): SettingsState
def value(using Context): T
Extension method from Setting
def valueIn(state: SettingsState): T

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product