Packages

implicit final class TaskExtraSyntax[A] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskExtraSyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskExtraSyntax(underlying: Task[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def count(f: (\/[Throwable, A]) ⇒ Option[(LabelledCounter, Double)]): Task[A]
  6. def countFailure(f: (Throwable) ⇒ LabelledCounter): Task[A]
  7. def countSuccess(f: (A) ⇒ (LabelledCounter, Double)): Task[A]
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def markSuccess(f: (A) ⇒ LabelledGauge)(implicit clock: Clock): Task[A]
  11. def time(f: (\/[Throwable, A]) ⇒ Option[LabelledHistogram]): Task[A]
  12. def timeFailure(f: (Throwable) ⇒ LabelledHistogram): Task[A]
  13. def timeSuccess(f: (A) ⇒ LabelledHistogram): Task[A]
  14. def toString(): String
    Definition Classes
    Any
  15. val underlying: Task[A]

Inherited from AnyVal

Inherited from Any

Ungrouped