Packages

p

mill

eval

package eval

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Evaluator extends AnyRef

    Public facing API of the Mill evaluation logic.

  2. case class EvaluatorPaths extends Product with Serializable
  3. trait EvaluatorPathsResolver extends AnyRef
  4. sealed trait Terminal extends AnyRef

    A terminal or terminal target is some important work unit, that in most cases has a name (Right[Labelled]) or was directly called by the user (Left[Task]).

    A terminal or terminal target is some important work unit, that in most cases has a name (Right[Labelled]) or was directly called by the user (Left[Task]). It's a T, T.worker, T.input, T.source, T.sources, T.persistent

Value Members

  1. object Evaluator
  2. object EvaluatorPaths extends Serializable
  3. object EvaluatorPathsResolver
  4. object Terminal

Ungrouped