Package

com.gu.scanamo

update

Permalink

package update

Visibility
  1. Public
  2. All

Type Members

  1. case class AddExpression[V](field: Symbol, value: V)(implicit evidence$4: DynamoFormat[V]) extends UpdateExpression with Product with Serializable

    Permalink
  2. case class AndUpdate(l: UpdateExpression, r: UpdateExpression) extends UpdateExpression with Product with Serializable

    Permalink
  3. case class AppendExpression[V](field: Symbol, value: V)(implicit evidence$2: DynamoFormat[V]) extends UpdateExpression with Product with Serializable

    Permalink
  4. case class DeleteExpression[V](field: Symbol, value: V)(implicit evidence$5: DynamoFormat[V]) extends UpdateExpression with Product with Serializable

    Permalink
  5. case class PrependExpression[V](field: Symbol, value: V)(implicit evidence$3: DynamoFormat[V]) extends UpdateExpression with Product with Serializable

    Permalink
  6. case class RemoveExpression(field: Symbol) extends UpdateExpression with Product with Serializable

    Permalink
  7. case class SetExpression[V](field: Symbol, value: V)(implicit evidence$1: DynamoFormat[V]) extends UpdateExpression with Product with Serializable

    Permalink
  8. sealed trait UpdateExpression extends Product with Serializable

    Permalink
  9. sealed trait UpdateType extends AnyRef

    Permalink

Value Members

  1. object ADD extends UpdateType with Product with Serializable

    Permalink
  2. object DELETE extends UpdateType with Product with Serializable

    Permalink
  3. object REMOVE extends UpdateType with Product with Serializable

    Permalink
  4. object SET extends UpdateType with Product with Serializable

    Permalink
  5. object UpdateExpression extends Serializable

    Permalink

Ungrouped