Mapped

sbt.internal.Action.Mapped
final case class Mapped[A, Tup <: Tuple](in: Map[Tup, Task], f: Map[Tup, Result] => A) extends Action[A]

Applies a function to the result of evaluating a heterogeneous list of other tasks.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product