Packages

c

mill.define.Task

MappedDest

class MappedDest[+T, +V] extends Task[V]

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

Instance Constructors

  1. new MappedDest(source: Task[T], f: (T, api.Ctx) ⇒ Result[V])

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

    Evaluate this target

    Evaluate this target

    Definition Classes
    MappedDestTask
  13. def filter(f: (V) ⇒ Boolean): Task[V]
    Definition Classes
    Ops
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flushDest: Boolean
    Definition Classes
    Task
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val inputs: List[Task[T]]

    What other Targets does this Target depend on?

    What other Targets does this Target depend on?

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

Inherited from Task[V]

Inherited from Applyable[Task, V]

Inherited from Ops[V]

Inherited from AnyRef

Inherited from Any

Ungrouped