package sup
Type Members
- type HealthCheckEndoMod[F[_], H[_]] = (HealthCheck[F, H]) => HealthCheck[F, H]
- type HealthCheckMod[F[_], H[_], G[_], I[_]] = (HealthCheck[F, H]) => HealthCheck[G, I]
- type HealthReporter[F[_], G[_], H[_]] = HealthCheck[F, [γ$0$]Report[G, H, γ$0$]]
Inherited from AnyRef
Inherited from Any