ContinuationSpan

trace4cats.fs2.ContinuationSpan
See theContinuationSpan companion object
trait ContinuationSpan[F[_]] extends Span[F]

Attributes

Companion
object
Graph
Supertypes
trait Span[F]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def run[A](k: F[A]): F[A]

Inherited methods

Attributes

Inherited from:
Span

Attributes

Inherited from:
Span

Attributes

Inherited from:
Span
final def mapK[G[_]](fk: FunctionK[F, G])(implicit F: MonadCancelThrow[F], G: MonadCancelThrow[G]): Span[G]

Attributes

Inherited from:
Span

Attributes

Inherited from:
Span

Attributes

Inherited from:
Span

Attributes

Inherited from:
Span

Attributes

Inherited from:
Span