c

mill.define

ModuleTask

case class ModuleTask[+T](module: Module) extends Task[T] with NamedTask[T] with Product with Serializable

Source
Module.scala
Linear Supertypes
Serializable, Product, Equals, NamedTask[T], Task[T], Applyable[Task, T], Ops[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModuleTask
  2. Serializable
  3. Product
  4. Equals
  5. NamedTask
  6. Task
  7. Applyable
  8. Ops
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ModuleTask(module: Module)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply()(implicit handler: ApplyHandler[Task]): T
    Definition Classes
    Applyable
  5. def asCommand: Option[Command[T]]
    Definition Classes
    Task
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asTarget: Option[Target[T]]
    Definition Classes
    Task
  8. def asWorker: Option[Worker[T]]
    Definition Classes
    Task
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. val ctx: Ctx
    Definition Classes
    NamedTask
  11. def ctx0: Ctx
    Definition Classes
    ModuleTaskNamedTask
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def evaluate(ctx: api.Ctx): Result[T]

    Evaluate this task

    Evaluate this task

    Definition Classes
    NamedTaskTask
  14. def filter(f: (T) => Boolean): Task[T]
    Definition Classes
    Ops
  15. def flushDest: Boolean

    Whether this Task deletes the T.dest folder between runs

    Whether this Task deletes the T.dest folder between runs

    Definition Classes
    Task
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. val inputs: Seq[Task[_]]

    What other tasks does this task depend on?

    What other tasks does this task depend on?

    Definition Classes
    NamedTaskTask
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPrivate: Option[Boolean]
    Definition Classes
    ModuleTaskNamedTask
  20. def label: String
    Definition Classes
    NamedTask
  21. def map[V](f: (T) => V): Task[V]
    Definition Classes
    Ops
  22. val module: Module
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def readWriterOpt: Option[upickle.default.ReadWriter[_]]
    Definition Classes
    NamedTask
  28. def self: Task[T]
    Definition Classes
    TaskApplyable
  29. def sideHash: Int

    Even if this task's inputs did not change, does it need to re-evaluate anyway?

    Even if this task's inputs did not change, does it need to re-evaluate anyway?

    Definition Classes
    Task
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def t: Task[T]

    The implementation task wrapped by this named task

    The implementation task wrapped by this named task

    Definition Classes
    ModuleTaskNamedTask
  32. def toString(): String
    Definition Classes
    NamedTask → AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def withFilter(f: (T) => Boolean): Task[T]
    Definition Classes
    Ops
  37. def writerOpt: Option[upickle.default.Writer[_]]
    Definition Classes
    NamedTask
  38. def zip[V](other: Task[V]): Task[(T, V)]
    Definition Classes
    Ops

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NamedTask[T]

Inherited from Task[T]

Inherited from Applyable[Task, T]

Inherited from Ops[T]

Inherited from AnyRef

Inherited from Any

Ungrouped