Update

final case class Update[A](source: Ex[A], key: String)(implicit bridge: Bridge[A]) extends Control with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
trait Control
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] = IControl[T]

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts
override def productPrefix: String
Definition Classes
Product

Inherited methods

final def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): IControl[T]
Inherited from:
Lazy
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def token: AnyRef
Inherited from:
Control

Inherited fields

@transient
final protected val ref: Object
Inherited from:
Lazy