sup.data

package sup.data

Type members

Classlikes

final case class Report[G[_], H[_], A](health: A, checks: G[H[A]])

A more specific version of cats.data.OneAnd combined with cats.data.Nested.

A more specific version of cats.data.OneAnd combined with cats.data.Nested.

Companion:
object
object Report extends ReportInstances
Companion:
class
final case class Tagged[Tag, H](tag: Tag, health: H)
Companion:
object
object Tagged
Companion:
class