Join

sbt.internal.Action.Join
final case class Join[A, U](in: Seq[Task[U]], f: Seq[Result[U]] => Either[Task[A], A]) extends Action[A]

A computation that operates on the results of a homogeneous list of other tasks. It can either return another task to be evaluated or the final value.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product