Packages

class Todo extends AnyRef

Source
todo.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Todo
  2. AnyRef
  3. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Todo(files: Seq[File])

Type Members

  1. case class Budget(time: Time, start: Date, line: KsonLine) extends Product with Serializable
  2. case class Task(due: Date, index: Int, line: KsonLine, loe: Option[Time], desc: String) extends Product with Serializable
  3. case class TaskSet(tasks: Seq[Task]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Todo toany2stringadd[Todo] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Todo, B)
    Implicit
    This member is added by an implicit conversion from Todo toArrowAssoc[Todo] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val DatePat: scala.util.matching.Regex
  7. def applyIf(t: Boolean, f: (Todo) => Todo): Todo
    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (Todo) => Boolean)(f: (Todo) => Todo): Todo

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val budgetTasks: Seq[Task]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val devTasks: Seq[Task]
  13. val dueTasks: List[Task]
  14. def elementOf(xs: Set[Todo]): Boolean
    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  15. def ensuring(cond: (Todo) => Boolean, msg: => Any): Todo
    Implicit
    This member is added by an implicit conversion from Todo toEnsuring[Todo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Todo) => Boolean): Todo
    Implicit
    This member is added by an implicit conversion from Todo toEnsuring[Todo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): Todo
    Implicit
    This member is added by an implicit conversion from Todo toEnsuring[Todo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Todo
    Implicit
    This member is added by an implicit conversion from Todo toEnsuring[Todo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def formatWorkDay(time: Time): String
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Todo toStringFormat[Todo] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isWorkDay(date: Date): Boolean
  28. val kson: Kson
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def noneIf(f: (Todo) => Boolean): Option[Todo]
    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def optionIf(f: (Todo) => Boolean): Option[Todo]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  34. def parseDate(date: String): Option[Date]
  35. def preApply[B](f: (Todo) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. val ptos: Set[Date]
  37. def sideEffect(f: (Todo) => Unit): Todo

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  38. def someIf(f: (Todo) => Boolean): Option[Todo]
    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val taskLines: List[KsonLine]
  41. val taskSet: TaskSet
  42. val taskSets: Iterable[TaskSet]
  43. val thisAny: Todo
    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def workDates(bound: Bound[Date]): Iterator[Date]
  49. def workTime(bound: Bound[Date], workDayLength: Time = 8.hr): Time
  50. object Budget extends Serializable
  51. object Task extends Serializable

Deprecated Value Members

  1. def ?>(f: (Todo) => Boolean): Option[Todo]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (Todo) => B): B
    Implicit
    This member is added by an implicit conversion from Todo toDrxAny[Todo] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (Todo, B)
    Implicit
    This member is added by an implicit conversion from Todo toArrowAssoc[Todo] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromTodo to DrxAny[Todo]

Inherited by implicit conversion any2stringadd fromTodo to any2stringadd[Todo]

Inherited by implicit conversion StringFormat fromTodo to StringFormat[Todo]

Inherited by implicit conversion Ensuring fromTodo to Ensuring[Todo]

Inherited by implicit conversion ArrowAssoc fromTodo to ArrowAssoc[Todo]

Ungrouped