Packages

object TaskKey

Constructs TaskKeys, which are associated with tasks to define a setting.

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

Value Members

  1. def apply[T](akey: AttributeKey[Task[T]]): TaskKey[T]
  2. def apply[T](label: String, description: String, rank: Int, extend1: Scoped, extendN: Scoped*)(implicit arg0: Manifest[T]): TaskKey[T]
  3. def apply[T](label: String, description: String, extend1: Scoped, extendN: Scoped*)(implicit arg0: Manifest[T]): TaskKey[T]
  4. def apply[T](label: String, description: String = "", rank: Int = KeyRanks.DefaultTaskRank)(implicit arg0: Manifest[T]): TaskKey[T]
  5. def local[T](implicit arg0: Manifest[T]): TaskKey[T]