IfThenAct

final case class IfThenAct(cond: Ex[Boolean], result: Act) extends ThenAct
Companion:
object
trait Serializable
trait ThenAct
trait Act
trait Flow
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type Repr[T <: Txn[T]] = Option[T]
Inherited from:
ThenAct

Value members

Inherited methods

def Else(branch: Act): Act
Inherited from:
ThenAct
final def ElseIf(cond: Ex[Boolean]): ElseIfAct
Inherited from:
ThenAct
final def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Option[T]
Inherited from:
Lazy
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