c

mill.define

PersistentImpl

class PersistentImpl[+T] extends TargetImpl[T]

Source
Task.scala
Linear Supertypes
TargetImpl[T], Target[T], NamedTask[T], Task[T], Applyable[Task, T], Ops[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PersistentImpl
  2. TargetImpl
  3. Target
  4. NamedTask
  5. Task
  6. Applyable
  7. Ops
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PersistentImpl(t: Task[T], ctx0: Ctx, readWriter: upickle.default.ReadWriter[_], isPrivate: Option[Boolean])

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
    TargetImplTask
  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. val ctx0: Ctx
    Definition Classes
    TargetImplNamedTask
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def evaluate(ctx: api.Ctx): Result[T]

    Evaluate this task

    Evaluate this task

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

    Whether or not this Task deletes the T.dest folder between runs

    Whether or not this Task deletes the T.dest folder between runs

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

    What other tasks does this task depend on?

    What other tasks does this task depend on?

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

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

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

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

    The implementation task wrapped by this named task

    The implementation task wrapped by this named task

    Definition Classes
    TargetImplNamedTask
  33. def toString(): String
    Definition Classes
    NamedTask → AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. def withFilter(f: (T) => Boolean): Task[T]
    Definition Classes
    Ops
  38. def writerOpt: Option[upickle.default.Writer[_]]
    Definition Classes
    NamedTask
  39. 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 TargetImpl[T]

Inherited from Target[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