If

object If
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

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

Givens

Givens

given Composed_If_Domain_Value: Composed[If[ConditionKeyword, ThenKeyword, ElseKeyword], Domain, Value]
given IsKeyword_If_|[ConditionKeyword, ThenKeyword, ThenValue, ElseKeyword, ElseValue](using val x$1: IsKeyword[ThenKeyword, ThenValue], val x$2: IsKeyword[ElseKeyword, ElseValue]): IsKeyword[If[ConditionKeyword, ThenKeyword, ElseKeyword], ThenValue | ElseValue]