Packages

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

Linear Supertypes
Task[V], Applyable[Task, V], Ops[V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mapped
  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 Mapped(source: Task[T], f: (T) ⇒ 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 asPersistent: Option[Persistent[V]]
    Definition Classes
    Task
  8. def asTarget: Option[Target[V]]
    Definition Classes
    Task
  9. def asWorker: Option[Worker[V]]
    Definition Classes
    Task
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def evaluate(args: util.Ctx): Result[V]

    Evaluate this target

    Evaluate this target

    Definition Classes
    MappedTask
  14. def filter(f: (V) ⇒ Boolean): Task[V]
    Definition Classes
    Ops
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def flushDest: Boolean
    Definition Classes
    Task
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val inputs: List[Task[T]]
    Definition Classes
    MappedTask
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def map[V](f: (V) ⇒ V): Mapped[V, V]
    Definition Classes
    Ops
  22. def mapDest[V](f: (V, util.Ctx) ⇒ Result[V]): MappedDest[V, V]
    Definition Classes
    Ops
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def self: Task[V]
    Definition Classes
    TaskApplyable
  27. 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
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. def withFilter(f: (V) ⇒ Boolean): Task[V]
    Definition Classes
    Ops
  34. 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