Packages

object Aggregation

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

Type Members

  1. type AnyKeys = Values[_]
  2. final case class Complete[T](start: Long, stop: Long, results: Result[Seq[KeyValue[T]]], state: State) extends Product with Serializable
  3. final case class KeyValue[+T](key: Def.ScopedKey[_], value: T) extends Product with Serializable
  4. final case class ShowConfig(settingValues: Boolean, taskValues: Boolean, print: (String) ⇒ Unit, success: Boolean) extends Product with Serializable
  5. type Values[T] = Seq[KeyValue[T]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregate[T, Proj](key: Def.ScopedKey[T], rawMask: ScopeMask, extra: BuildUtil[Proj], reverse: Boolean = false): Seq[Def.ScopedKey[T]]
  5. def aggregatedKeys[T](key: Def.ScopedKey[T], extra: BuildUtil[_], mask: ScopeMask): Seq[Def.ScopedKey[T]]
  6. def aggregationEnabled(key: Def.ScopedKey[_], data: Settings[Scope]): Boolean
    Annotations
    @nowarn()
  7. def applyDynamicTasks[I](s: State, inputs: Values[InputTask[I]], show: ShowConfig)(implicit display: Show[Def.ScopedKey[_]]): Parser[() ⇒ State]
  8. def applyTasks[T](s: State, ps: Values[Parser[Task[T]]], show: ShowConfig)(implicit display: Show[Def.ScopedKey[_]]): Parser[() ⇒ State]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def defaultFormat: DateFormat
  12. def defaultShow(state: State, showTasks: Boolean): ShowConfig
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def evaluatingParser(s: State, show: ShowConfig)(keys: Seq[KeyValue[_]])(implicit display: Show[Def.ScopedKey[_]]): Parser[() ⇒ State]
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def printSettings(xs: Seq[KeyValue[_]], print: (String) ⇒ Unit)(implicit display: Show[Def.ScopedKey[_]]): Unit
  24. def printSuccess(start: Long, stop: Long, extracted: Extracted, success: Boolean, log: Logger): Unit
  25. def projectAggregates[Proj](proj: Option[Reference], extra: BuildUtil[Proj], reverse: Boolean): Seq[ProjectRef]
  26. def reverseAggregatedKeys[T](key: Def.ScopedKey[T], extra: BuildUtil[_], mask: ScopeMask): Seq[Def.ScopedKey[T]]
  27. def runTasks[HL <: HList, T](s: State, ts: Values[Task[T]], extra: DummyTaskMap, show: ShowConfig)(implicit display: Show[Def.ScopedKey[_]]): State
  28. def seqParser[T](ps: Values[Parser[T]]): Parser[Seq[KeyValue[T]]]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def timedRun[T](s: State, ts: Values[Task[T]], extra: DummyTaskMap): Complete[T]
  31. def timing(format: DateFormat, startTime: Long, endTime: Long): String
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped