ConfigDbUtils

scala.cli.util.ConfigDbUtils
object ConfigDbUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def getConfigDbOpt(logger: Logger): Option[ConfigDb]

Concrete fields

lazy val configDb: Either[ConfigDbException, ConfigDb]

Extensions

Extensions

extension (db: ConfigDb)
def getOpt[T](configDbKey: Key[T], f: BuildException => Unit): Option[T]
def getOpt[T](configDbKey: Key[T], logger: Logger): Option[T]
def getOpt[T](configDbKey: Key[T]): Option[T]