Packages

final case class Attr[A](r: ThisRunner, key: String)(implicit bridge: Bridge[A]) extends Ex[Option[A]] with Like[A] with ProductWithAdjuncts with Product with Serializable

Linear Supertypes
Serializable, ProductWithAdjuncts, Like[A], Ex.Sink[A], Ex[Option[A]], Flow, Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attr
  2. Serializable
  3. ProductWithAdjuncts
  4. Like
  5. Sink
  6. Ex
  7. Flow
  8. Lazy
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Attr(r: ThisRunner, key: String)(implicit bridge: Bridge[A])

Type Members

  1. type Repr[T <: Txn[T]] = IExpr[T, Option[A]]
    Definition Classes
    AttrExFlowLazy

Value Members

  1. def adjuncts: List[Adjunct]
    Definition Classes
    AttrProductWithAdjuncts
  2. final def expand[T <: Txn[T]](implicit ctx: Context[T], tx: T): Repr[T]
    Definition Classes
    Lazy
  3. val key: String
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def productPrefix: String
    Definition Classes
    Attr → Product
  6. val r: ThisRunner
  7. def set(in: Ex[A]): Act
    Definition Classes
    AttrLike
  8. def update(in: Ex[A]): Unit
    Definition Classes
    AttrSink
  9. def updateOption(in: Ex[Option[A]]): Unit
    Definition Classes
    AttrLike