Batch

trace4cats.model.Batch$
See theBatch companion class
object Batch

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Batch.type

Members list

Implicits

Implicits

implicit def eq[F[_]](implicit e: Eq[F[CompletedSpan]]): Eq[Batch[F]]
implicit def monoid[F[_]](implicit m: Monoid[F[CompletedSpan]]): Monoid[Batch[F]]
implicit def show[F[_] : Foldable]: Show[Batch[F]]