mill

package mill

Members list

Packages

package mill.api
package mill.define
package mill.eval
package mill.javalib
package mill.kotlinlib
package mill.main
package mill.modules
package mill.resolve
package mill.scalajslib
package mill.scalalib
package mill.util

Type members

Types

type Agg[T] = Agg[T]

Attributes

Source
package.scala
type Args = Args

Attributes

Source
package.scala
type Command[+T] = Command[T]

Attributes

Source
package.scala
type Cross[T <: Module[_]] = Cross[T]

Attributes

Source
package.scala
type Input[T] = Target[T]

Attributes

Source
package.scala
type Module = Module

Attributes

Source
package.scala
type PathRef = PathRef

Attributes

Source
package.scala
type Persistent[T] = Target[T]

Attributes

Source
package.scala

Attributes

Source
package.scala

Attributes

Source
package.scala
type Sources = Target[Seq[PathRef]]

Attributes

Source
package.scala
type T[+T] = Target[T]

Attributes

Source
package.scala
type Target[+T] = Target[T]

Attributes

Source
package.scala
type Task[+T] = Task[T]

Attributes

Source
package.scala

Attributes

Source
package.scala
type Worker[+T] = Worker[T]

Attributes

Source
package.scala

Value members

Inherited methods

def PathTokensReader2: Simple[Path]

Attributes

Inherited from:
JsonFormatters
Source
JsonFormatters.scala
def given: Unit

Attributes

Inherited from:
TokenReaders0
Source
TokenReaders.scala

Concrete fields

val Agg: AggWrapper.this.Agg.type

Attributes

Source
package.scala
val Args: Args.type

Attributes

Source
package.scala
val Cross: Cross.type

Attributes

Source
package.scala
val PathRef: PathRef.type

Attributes

Source
package.scala

Attributes

Source
package.scala
val T: Target.type

Attributes

Source
package.scala
val Target: Target.type

Attributes

Source
package.scala
val Task: Task.type

Attributes

Source
package.scala

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
Source
JsonFormatters.scala
implicit val bytesReadWrite: ReadWriter[Bytes]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
TokenReaders0
Source
TokenReaders.scala
implicit def millArgsTokenReader: ShortNamed[Args]

Attributes

Inherited from:
TokenReaders0
Source
TokenReaders.scala
implicit def millEvaluatorTokenReader[T]: TokensReader[Evaluator]

Attributes

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

Attributes

Inherited from:
TokenReaders0
Source
TokenReaders.scala
implicit def millTasksTokenReader[T]: TokensReader[Tasks[T]]

Attributes

Inherited from:
TokenReaders0
Source
TokenReaders.scala
implicit val pathReadWrite: ReadWriter[Path]

Attributes

Inherited from:
JsonFormatters
Source
JsonFormatters.scala
implicit val regexReadWrite: ReadWriter[Regex]

Attributes

Inherited from:
JsonFormatters
Source
JsonFormatters.scala
implicit val stackTraceRW: ReadWriter[StackTraceElement]

Attributes

Inherited from:
JsonFormatters
Source
JsonFormatters.scala