HealthResult

final case class HealthResult[H[_]](value: H[Health]) extends AnyVal
Companion:
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def mapK[G[_]](fg: FunctionK[H, G]): HealthResult[G]
override def toString(): String
Definition Classes
Any
def transform[I[_]](f: H[Health] => I[Health]): HealthResult[I]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product