FlatMapped

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

Computes another task to evaluate based on results from evaluating 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