If

final case class If(cond: Ex[Boolean])

Beginning of a conditional block.

Beginning of a conditional block.

Value Params
cond

the condition or predicate for the then branch.

See also
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def Then[A](branch: Ex[A]): IfThen[A]
def Then(branch: Act): IfThenAct

Inherited methods

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