object
Aggregation
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
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
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
-
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
-
def
clone(): AnyRef
-
def
defaultFormat: DateFormat
-
def
defaultShow(state: State, showTasks: Boolean): ShowConfig
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
evaluatingParser(s: State, show: ShowConfig)(keys: Seq[KeyValue[_]])(implicit display: Show[Def.ScopedKey[_]]): Parser[() ⇒ State]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
-
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
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
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]]
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
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
-
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
-
def
clone(): AnyRef
-
def
defaultFormat: DateFormat
-
def
defaultShow(state: State, showTasks: Boolean): ShowConfig
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
evaluatingParser(s: State, show: ShowConfig)(keys: Seq[KeyValue[_]])(implicit display: Show[Def.ScopedKey[_]]): Parser[() ⇒ State]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
-
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
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit