object GlobalParams

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GlobalParams
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getGlobalParam[T](key: GlobalKey[T]): Option[T]
  2. def getParam[T](p: Param[T]): Option[T]
  3. def registerParam[T](p: Param[T], key: GlobalKey[T]): Unit
  4. def resetGlobalParam[T](key: GlobalKey[T]): Unit
  5. def setGlobalParam[T](key: GlobalKey[T], value: T): Unit