Report

object Report extends ReportInstances
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Report.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromResults[G[_] : Reducible, H[_] : Reducible, A : Monoid](results: G[H[A]]): Report[G, H, A]

Implicits

Inherited implicits

implicit def catsReducibleForReport[G[_], H[_]](implicit F: Foldable[[_] =>> Nested[G, H, _$8]]): Reducible[[_] =>> Report[G, H, _$9]]
Inherited from:
ReportInstances
implicit def catsShowForReport[G[_], H[_], A : Show](implicit evidence$4: Show[A], showGha: Show[G[H[A]]]): Show[Report[G, H, A]]
Inherited from:
ReportInstances