Packages

c

monix.eval.tracing

CoevalTrace

final case class CoevalTrace(events: List[CoevalEvent], captured: Int, omitted: Int) extends Product with Serializable

All Credits to https://github.com/typelevel/cats-effect and https://github.com/RaasAhsan

Source
CoevalTrace.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoevalTrace
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CoevalTrace(events: List[CoevalEvent], captured: Int, omitted: Int)

Value Members

  1. val captured: Int
  2. val events: List[CoevalEvent]
  3. val omitted: Int
  4. def printFiberTrace(options: PrintingOptions = PrintingOptions.Default): Coeval[Unit]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def showFiberTrace(options: PrintingOptions = PrintingOptions.Default): String