UpdateExpression

org.scanamo.update.UpdateExpression
See theUpdateExpression companion object
sealed trait UpdateExpression extends Product, Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

final def attributeValues: Map[String, AttributeValue]
final def expression: String
final def typeExpressions: HashMap[UpdateType, NonEmptyVector[LeafUpdateExpression]]
final def unprefixedAttributeValues: Map[String, AttributeValue]

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

final val addEmptyList: Boolean