o

org.scanamo

syntax

object syntax

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AndConditionExpression[X] extends AnyRef
  2. implicit final class AsDynamoValue[A] extends AnyVal
  3. implicit class AttributeNameKeyCondition extends AnyRef
  4. implicit class AttributeNameTuple extends AnyRef
  5. case class HashAndRangeKeyNames(hash: AttributeName, range: AttributeName) extends Product with Serializable
  6. implicit class OrConditionExpression[X] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  5. def append[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  6. def appendAll[V](attr: AttributeName, value: List[V])(implicit arg0: DynamoFormat[V]): UpdateExpression
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def attributeExists(string: String): AttributeExists
  9. def attributeNotExists(string: String): AttributeNotExists
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def delete[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def not[T](t: T)(implicit arg0: ConditionExpression[T]): Not[T]
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def prepend[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  23. def prependAll[V](attr: AttributeName, value: List[V])(implicit arg0: DynamoFormat[V]): UpdateExpression
  24. def remove(field: AttributeName): UpdateExpression
  25. def set[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  26. def setFrom(to: AttributeName, from: AttributeName): UpdateExpression
  27. def setIfNotExists[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  28. implicit def stringAttributeName(s: String): AttributeName
  29. implicit def stringAttributeNameValue[T](sv: (String, T)): (AttributeName, T)
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. implicit def toMultipleKeyList[H, R](pair: (HashAndRangeKeyNames, Set[(H, R)]))(implicit arg0: DynamoFormat[H], arg1: DynamoFormat[R]): UniqueKeys[MultipleKeyList[H, R]]
  32. implicit def toQuery[T](t: T)(implicit arg0: QueryableKeyCondition[T]): Query[T]
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. implicit def toUniqueKey[T](t: T)(implicit arg0: UniqueKeyCondition[T]): UniqueKey[T]
  35. implicit def toUniqueKeys[T](t: T)(implicit arg0: UniqueKeyConditions[T]): UniqueKeys[T]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def add[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried add(attr, value) syntax

  2. def append[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried append(attr, value) syntax

  3. def appendAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried appendAll(attr, value) syntax

  4. def delete[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried delete(attr, value) syntax

  5. def prepend[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried prepend(attr, value) syntax

  6. def prependAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried prependAll(attr, value) syntax

  7. def set[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried set(attr, value) syntax

  8. implicit def stringListTupleToUniqueKeys[V](pair: (String, Set[V]))(implicit arg0: DynamoFormat[V]): UniqueKeys[KeyList[V]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use attr in values syntax

  9. implicit def stringTupleToKeyCondition[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): KeyEquals[V]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use attr === value syntax

  10. implicit def stringTupleToQuery[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): Query[KeyEquals[V]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use attr === value syntax

  11. implicit def stringTupleToUniqueKey[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): UniqueKey[KeyEquals[V]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use attr === value syntax

Inherited from AnyRef

Inherited from Any

Ungrouped