c

mill.define

Command

class Command[+T] extends NamedTaskImpl[T]

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

Instance Constructors

  1. new Command(t: Task[T], ctx0: Ctx, writer: upickle.default.Writer[_], cls: Class[_], overrides: Int)

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: Some[Command[T]]
    Definition Classes
    CommandTask
  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. val cls: Class[_]
  11. val ctx: Ctx
    Definition Classes
    NamedTaskImplNamedTask
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def evaluate(args: api.Ctx): Result[T]

    Evaluate this target

    Evaluate this target

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

    What other Targets does this Target depend on?

    What other Targets does this Target depend on?

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

Inherited from NamedTask[T]

Inherited from Task[T]

Inherited from Applyable[Task, T]

Inherited from Ops[T]

Inherited from AnyRef

Inherited from Any

Ungrouped