class SourceImpl extends InputImpl[api.PathRef]
- Source
- Task.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourceImpl
- InputImpl
- Target
- NamedTask
- Task
- Applyable
- Ops
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SourceImpl(t: Task[api.PathRef], ctx0: Ctx, isPrivate: Option[Boolean])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply()(implicit handler: ApplyHandler[Task]): api.PathRef
- Definition Classes
- Applyable
- def asCommand: Option[Command[api.PathRef]]
- Definition Classes
- Task
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asTarget: Option[Target[api.PathRef]]
- Definition Classes
- Task
- def asWorker: Option[Worker[api.PathRef]]
- Definition Classes
- Task
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val ctx: Ctx
- Definition Classes
- NamedTask
- val ctx0: Ctx
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def evaluate(ctx: api.Ctx): Result[api.PathRef]
Evaluate this task
- def filter(f: (api.PathRef) => Boolean): Task[api.PathRef]
- Definition Classes
- Ops
- def flushDest: Boolean
Whether this Task deletes the
T.dest
folder between runs - final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val inputs: Seq[Task[_]]
What other tasks does this task depend on?
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isPrivate: Option[Boolean]
- def label: String
- Definition Classes
- NamedTask
- def map[V](f: (api.PathRef) => V): Task[V]
- Definition Classes
- Ops
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def readWriterOpt: Some[upickle.default.ReadWriter[api.PathRef]]
- Definition Classes
- SourceImpl → NamedTask
- def self: Task[api.PathRef]
- def sideHash: Int
Even if this task's inputs did not change, does it need to re-evaluate anyway?
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val t: Task[api.PathRef]
The implementation task wrapped by this named task
- def toString(): String
- Definition Classes
- NamedTask → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withFilter(f: (api.PathRef) => Boolean): Task[api.PathRef]
- Definition Classes
- Ops
- val writer: upickle.default.Writer[_]
- Definition Classes
- InputImpl
- def writerOpt: Some[upickle.default.Writer[_]]
- def zip[V](other: Task[V]): Task[(api.PathRef, V)]
- Definition Classes
- Ops
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)