Packages

object Index

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

Value Members

  1. def allKeys(settings: Seq[Def.Setting[_]]): Set[Def.ScopedKey[_]]
  2. def attributeKeys(settings: Settings[Scope]): Set[AttributeKey[_]]
  3. def stringToKeyMap(settings: Set[AttributeKey[_]]): Map[String, AttributeKey[_]]
  4. def taskToKeyMap(data: Settings[Scope]): Map[Task[_], Def.ScopedKey[Task[_]]]
  5. def triggers(ss: Settings[Scope]): Triggers[Task]