object Aggregation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Aggregation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AnyKeys = Values[_]
- final case class Complete[T](start: Long, stop: Long, results: Result[Seq[KeyValue[T]]], state: State) extends Product with Serializable
- final case class KeyValue[+T](key: Def.ScopedKey[_], value: T) extends Product with Serializable
- final case class ShowConfig(settingValues: Boolean, taskValues: Boolean, print: (String) ⇒ Unit, success: Boolean) extends Product with Serializable
- type Values[T] = Seq[KeyValue[T]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def aggregate[T, Proj](key: Def.ScopedKey[T], rawMask: ScopeMask, extra: BuildUtil[Proj], reverse: Boolean = false): Seq[Def.ScopedKey[T]]
- def aggregatedKeys[T](key: Def.ScopedKey[T], extra: BuildUtil[_], mask: ScopeMask): Seq[Def.ScopedKey[T]]
-
def
aggregationEnabled(key: Def.ScopedKey[_], data: Settings[Scope]): Boolean
- Annotations
- @nowarn()
- def applyDynamicTasks[I](s: State, inputs: Values[InputTask[I]], show: ShowConfig)(implicit display: Show[Def.ScopedKey[_]]): Parser[() ⇒ State]
- def applyTasks[T](s: State, ps: Values[Parser[Task[T]]], show: ShowConfig)(implicit display: Show[Def.ScopedKey[_]]): Parser[() ⇒ State]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def defaultFormat: DateFormat
- def defaultShow(state: State, showTasks: Boolean): ShowConfig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evaluatingParser(s: State, show: ShowConfig)(keys: Seq[KeyValue[_]])(implicit display: Show[Def.ScopedKey[_]]): Parser[() ⇒ State]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def printSettings(xs: Seq[KeyValue[_]], print: (String) ⇒ Unit)(implicit display: Show[Def.ScopedKey[_]]): Unit
- def printSuccess(start: Long, stop: Long, extracted: Extracted, success: Boolean, log: Logger): Unit
- def projectAggregates[Proj](proj: Option[Reference], extra: BuildUtil[Proj], reverse: Boolean): Seq[ProjectRef]
- def reverseAggregatedKeys[T](key: Def.ScopedKey[T], extra: BuildUtil[_], mask: ScopeMask): Seq[Def.ScopedKey[T]]
- def runTasks[HL <: HList, T](s: State, ts: Values[Task[T]], extra: DummyTaskMap, show: ShowConfig)(implicit display: Show[Def.ScopedKey[_]]): State
- def seqParser[T](ps: Values[Parser[T]]): Parser[Seq[KeyValue[T]]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timedRun[T](s: State, ts: Values[Task[T]], extra: DummyTaskMap): Complete[T]
- def timing(format: DateFormat, startTime: Long, endTime: Long): String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()