Else

final case class Else[A](pred: Then[A], default: Ex[A]) extends Ex[A]
Companion
object
trait Serializable
trait Ex[A]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] = IExpr[T, A]

Value members

Concrete methods

def cond: Ex[Boolean]

Inherited methods

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

Inherited fields

@transient
final protected val ref: Object
Inherited from
Lazy