c

mill.define

Sources

class Sources extends Input[Seq[PathRef]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sources
  2. Input
  3. Target
  4. NamedTaskImpl
  5. NamedTask
  6. Task
  7. Applyable
  8. Ops
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Sources(t: Task[Seq[PathRef]], ctx0: Ctx)

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]): Seq[PathRef]
    Definition Classes
    Applyable
  5. def asCommand: Option[Command[Seq[PathRef]]]
    Definition Classes
    Task
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asTarget: Some[Target[Seq[PathRef]]]
    Definition Classes
    TargetTask
  8. def asWorker: Option[Worker[Seq[PathRef]]]
    Definition Classes
    Task
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  10. val ctx: Ctx
    Definition Classes
    NamedTaskImplNamedTask
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def evaluate(args: api.Ctx): Result[Seq[PathRef]]

    Evaluate this target

    Evaluate this target

    Definition Classes
    NamedTaskImplTask
  14. def filter(f: (Seq[PathRef]) ⇒ Boolean): Task[Seq[PathRef]]
    Definition Classes
    Ops
  15. def flushDest: Boolean
    Definition Classes
    Task
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val inputs: Seq[Task[Seq[PathRef]]]

    What other Targets does this Target depend on?

    What other Targets does this Target depend on?

    Definition Classes
    NamedTaskImplTask
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def label: String
    Definition Classes
    NamedTask
  21. def map[V](f: (Seq[PathRef]) ⇒ V): Mapped[Seq[PathRef], V]
    Definition Classes
    Ops
  22. def mapDest[V](f: (Seq[PathRef], api.Ctx) ⇒ Result[V]): MappedDest[Seq[PathRef], V]
    Definition Classes
    Ops
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val readWrite: upickle.default.ReadWriter[_]
    Definition Classes
    InputTarget
  27. def self: Task[Seq[PathRef]]
    Definition Classes
    TaskApplyable
  28. 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
    InputTask
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    NamedTask → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. def withFilter(f: (Seq[PathRef]) ⇒ Boolean): Task[Seq[PathRef]]
    Definition Classes
    Ops
  35. def zip[V](other: Task[V]): Zipped[Seq[PathRef], 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 Input[Seq[PathRef]]

Inherited from Target[Seq[PathRef]]

Inherited from NamedTaskImpl[Seq[PathRef]]

Inherited from NamedTask[Seq[PathRef]]

Inherited from Task[Seq[PathRef]]

Inherited from Applyable[Task, Seq[PathRef]]

Inherited from Ops[Seq[PathRef]]

Inherited from AnyRef

Inherited from Any

Ungrouped