SetOperand

zio.dynamodb.UpdateExpression.SetOperand
See theSetOperand companion object
sealed trait SetOperand[-To]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def +[A <: To](that: SetOperand[A]): SetOperand[A]
def -[A <: To](that: SetOperand[A]): SetOperand[A]
def render: AliasMapRender[String]