Tagged

object Tagged
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Tagged.type

Type members

Classlikes

object Reducibles

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

Implicits

Implicits

implicit def catsEqForTagged[Tag : Eq, H : Eq]: Eq[Tagged[Tag, H]]
implicit def catsReducibleForTagged[Tag]: Reducible[[_] =>> Tagged[Tag, _$1]]

The Tagged instance of Foldable. The only place where it should be passed to is sup.HealthReporter.fromChecks, for determining the status of the wrapping check. In other cases, it's probably useless, as it discards the tag completely.

The Tagged instance of Foldable. The only place where it should be passed to is sup.HealthReporter.fromChecks, for determining the status of the wrapping check. In other cases, it's probably useless, as it discards the tag completely.

implicit def catsShowForTagged[Tag : Show, H : Show]: Show[Tagged[Tag, H]]