mill

package mill

Members list

Packages

package mill.util

Type members

Types

type Agg[T] = Seq[T]
type Args = Args
type Command[+T] = Command[T]
type Cross[T <: Module[_]] = Cross[T]
type Input[T] = Target[T]
type Module = Module
type PathRef = PathRef
type Persistent[T] = Target[T]
type Source = Target[PathRef]
type Sources = Target[Seq[PathRef]]
type T[+T] = Target[T]
type Target[+T] = Target[T]
type Task[+T] = Task[T]
type TaskModule = TaskModule
type Worker[+T] = Worker[T]

Value members

Inherited methods

def PathTokensReader2: Simple[Path]

Attributes

Inherited from:
JsonFormatters
def given: Unit

Attributes

Inherited from:
TokenReaders0

Concrete fields

val Agg: Seq.type
val Args: Args.type
val Cross: Cross.type
val PathRef: PathRef.type
val T: Target.type
val Target: Target.type
val Task: Task.type

Implicits

Inherited implicits

@Scaladoc(value = "/**\n * Additional [[mainargs.TokensReader]] instance to teach it how to read Ammonite paths\n *\n * Should be replaced by `PathTokensReader2` but kept for binary compatibility\n */")
implicit def PathTokensReader: TokensReader[Path]

Additional mainargs.TokensReader instance to teach it how to read Ammonite paths

Additional mainargs.TokensReader instance to teach it how to read Ammonite paths

Should be replaced by PathTokensReader2 but kept for binary compatibility

Attributes

Inherited from:
JsonFormatters
implicit val bytesReadWrite: ReadWriter[Bytes]

Attributes

Inherited from:
JsonFormatters
implicit lazy val crFormat: ReadWriter[CommandResult]

Attributes

Inherited from:
JsonFormatters
implicit def enumFormat[T <: Enum[_] : ClassTag]: ReadWriter[T]

Attributes

Inherited from:
JsonFormatters
implicit def millAllEvaluatorsTokenReader[T]: TokensReader[AllBootstrapEvaluators]

Attributes

Inherited from:
TokenReaders0
implicit def millArgsTokenReader: ShortNamed[Args]

Attributes

Inherited from:
TokenReaders0
implicit def millEvaluatorTokenReader[T]: TokensReader[Evaluator]

Attributes

Inherited from:
TokenReaders0
implicit def millTaskTokenReader[T](implicit tokensReaderOfT: ShortNamed[T]): TokensReader[Task[T]]

Attributes

Inherited from:
TokenReaders0
implicit def millTasksTokenReader[T]: TokensReader[Tasks[T]]

Attributes

Inherited from:
TokenReaders0
implicit val pathReadWrite: ReadWriter[Path]

Attributes

Inherited from:
JsonFormatters
implicit val regexReadWrite: ReadWriter[Regex]

Attributes

Inherited from:
JsonFormatters
implicit val stackTraceRW: ReadWriter[StackTraceElement]

Attributes

Inherited from:
JsonFormatters