Batch

object Batch
Companion:
class
class Object
trait Matchable
class Any
Batch.type

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]]