ForecastResult

object ForecastResult extends Companion[ForecastResult]
Companion:
class
trait Sum
trait Mirror
trait Companion[ForecastResult]
trait Has[ForecastResult]
trait ShapeTag[ForecastResult]
trait HasId
class Object
trait Matchable
class Any

Type members

Classlikes

case class RainCase(rain: ChanceOfRain) extends ForecastResult
Companion:
object
object RainCase
Companion:
class
case class SunCase(sun: UVIndex) extends ForecastResult
Companion:
object
object SunCase
Companion:
class

Inherited classlikes

object hint
Inherited from:
Companion

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

Value members

Inherited methods

final override def getTag: ShapeTag[ForecastResult]
Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId
val schema: Schema[ForecastResult]

Implicits

Implicits

implicit val staticSchema: Static[Schema[ForecastResult]]

Inherited implicits

implicit val tagInstance: ShapeTag[ForecastResult]
Inherited from:
Companion