If

com.thoughtworks.dsl.keywords.If$
See theIf companion class
object If

Attributes

Companion:
class
Source:
If.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
If.type

Members list

Concise view

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Givens

Givens

given given_Composed_If_Domain_Value[ConditionKeyword, ThenKeyword, ElseKeyword, Domain, Value](using Searching[ConditionKeyword, Domain, Boolean], Searching[ThenKeyword, Domain, Value], Searching[ElseKeyword, Domain, Value]): Composed[If[ConditionKeyword, ThenKeyword, ElseKeyword], Domain, Value]

Attributes

Source:
If.scala