Attr

final case class Attr[A](key: String)(bridge: Bridge[A]) extends Ex[Option[A]] with Like[A] with ProductWithAdjuncts
Companion
object
trait Serializable
trait ProductWithAdjuncts
trait Like[A]
trait Ex[Option[A]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

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

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts
def set(in: Ex[A]): Act
def update(in: Ex[A]): Control

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

Implicits

Implicits

implicit val bridge: Bridge[A]