Packages

final case class Set[A](obj: Ex[Obj], key: String, value: Ex[A])(implicit bridge: Bridge[A]) extends Act with ProductWithAdjuncts with Product with Serializable

Linear Supertypes
Serializable, ProductWithAdjuncts, Act, Flow, Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. Serializable
  3. ProductWithAdjuncts
  4. Act
  5. Flow
  6. Lazy
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Set(obj: Ex[Obj], key: String, value: Ex[A])(implicit bridge: Bridge[A])

Type Members

  1. type Repr[T <: Txn[T]] = IAction[T]
    Definition Classes
    SetActFlowLazy

Value Members

  1. def adjuncts: List[Adjunct]
    Definition Classes
    SetProductWithAdjuncts
  2. final def expand[T <: Txn[T]](implicit ctx: Context[T], tx: T): Repr[T]
    Definition Classes
    Lazy
  3. val key: String
  4. val obj: Ex[Obj]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def productPrefix: String
    Definition Classes
    Set → Product
  7. val value: Ex[A]