A health check. F is the effect of making a healthcheck (e.g. IO for calls to external systems).
H is the container of results. See HealthResult for examples.
- Companion:
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
Concrete methods
def mapResult[I[_]](f: HealthResult[H] => HealthResult[I])(implicit F: Functor[F]): HealthCheck[F, I]