Tasks

mill.util.Tasks
See theTasks companion object
case class Tasks[T](value: Seq[Named[T]])

Used in the signature of Task.Commands to allow them to take one or more tasks selectors as command line parameters, and automatically resolves them to mill.api.Task.Named instances for you to make use of in the body of the command.

Attributes

Companion
object
Source
Tasks.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala