DefinableTask
Attributes
Members list
Value members
Concrete methods
Creates an Def.Initialize with value scala.None
if there was no previous definition of this key, and scala.Some(value)
if a definition exists. Useful for when you want to use the ''existence'' of one setting in order to define another setting.
Creates an Def.Initialize with value scala.None
if there was no previous definition of this key, and scala.Some(value)
if a definition exists. Useful for when you want to use the ''existence'' of one setting in order to define another setting.
Attributes
- Returns
-
currently bound value wrapped in
Initialize[Some[T]]
, orInitialize[None]
if unbound.
In addition to creating Def.setting(...), this captures the source position.
In addition to creating Def.setting(...), this captures the source position.
Attributes
Internal function for the task macro.
Internal function for the task macro.