t

mill.define

NamedTask

trait NamedTask[+T] extends Task[T]

Linear Supertypes
Task[T], Applyable[Task, T], Ops[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamedTask
  2. Task
  3. Applyable
  4. Ops
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def ctx: Ctx
  2. abstract def evaluate(args: api.Ctx): Result[T]

    Evaluate this target

    Evaluate this target

    Definition Classes
    Task
  3. abstract val inputs: Seq[Task[_]]

    What other Targets does this Target depend on?

    What other Targets does this Target depend on?

    Definition Classes
    Task

Concrete 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def filter(f: (T) ⇒ Boolean): Task[T]
    Definition Classes
    Ops
  13. def flushDest: Boolean
    Definition Classes
    Task
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def label: String
  18. def map[V](f: (T) ⇒ V): Mapped[T, V]
    Definition Classes
    Ops
  19. def mapDest[V](f: (T, api.Ctx) ⇒ Result[V]): MappedDest[T, V]
    Definition Classes
    Ops
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def self: Task[T]
    Definition Classes
    TaskApplyable
  24. def sideHash: Int

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

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

    Definition Classes
    Task
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    NamedTask → AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. def withFilter(f: (T) ⇒ Boolean): Task[T]
    Definition Classes
    Ops
  31. def zip[V](other: Task[V]): Zipped[T, V]
    Definition Classes
    Ops

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Task[T]

Inherited from Applyable[Task, T]

Inherited from Ops[T]

Inherited from AnyRef

Inherited from Any

Ungrouped