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
In this article