object Trace extends TraceInstancesLowPriority

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Trace
  2. TraceInstancesLowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class EitherTTrace[F[_], A] extends Trace[[γ$6$]EitherT[F, A, γ$6$]]
  2. class KleisliTrace[F[_]] extends WithContext[[γ$2$]Kleisli[F, kernel.Span[F], γ$2$]]

    A trace instance for Kleisli[F, Span[F], *], which is the mechanism we use to introduce context into our computations.

    A trace instance for Kleisli[F, Span[F], *], which is the mechanism we use to introduce context into our computations. We can also "lensMap" out to Kleisli[F, E, *] given a lens from E to Span[F].

  3. trait WithContext[F[_]] extends Trace[F]

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[F[_]](implicit ev: Trace[F]): ev.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. implicit def eitherTInstance[F[_], A](implicit arg0: Functor[F], trace: Trace[F]): Trace[[γ$5$]EitherT[F, A, γ$5$]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. implicit def kleisliInstance[F[_]](implicit arg0: MonadCancelThrow[F]): KleisliTrace[F]

    Kleisli[F, Span[F], *] is a Trace given MonadCancelThrow[F].

    Kleisli[F, Span[F], *] is a Trace given MonadCancelThrow[F]. The instance can be widened to an environment that *contains* a Span[F] via the lens method.

  15. implicit def localSpanInstance[F[_], G[_]](implicit C: Local[G, Span[F]], L: Lift[F, G], F: MonadCancelThrow[F], G: MonadCancelThrow[G]): WithContext[G]
    Definition Classes
    TraceInstancesLowPriority
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. object Implicits
  25. object WithContext

Inherited from TraceInstancesLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped