ElseIf

final case class ElseIf[+A](pred: IfOrElseIfThen[A], cond: B)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def Then[B >: A](branch: => B): ElseIfThen[B]

Inherited methods

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