Packages

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 class AndUpdateExpression extends AnyRef
  3. implicit class AttributeNameKeyCondition extends AnyRef
  4. implicit class Bound[V] extends AnyRef
  5. case class Bounds[V](lowerBound: Bound[V], upperBound: Bound[V])(implicit evidence$9: DynamoFormat[V]) extends Product with Serializable
  6. case class HashAndRangeKeyNames(hash: AttributeName, range: AttributeName) extends Product with Serializable
  7. 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](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
  5. def append[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
  6. def appendAll[V](fieldValue: (AttributeName, 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](fieldValue: (AttributeName, 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](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
  23. def prependAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
  24. def remove(field: AttributeName): UpdateExpression
  25. def set[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
  26. def set(to: String, from: String): UpdateExpression
  27. implicit def stringAttributeName(s: String): AttributeName
  28. implicit def stringAttributeNameValue[T](sv: (String, T)): (AttributeName, T)
  29. implicit def stringListTupleToUniqueKeys[V](pair: (String, Set[V]))(implicit arg0: DynamoFormat[V]): UniqueKeys[KeyList[V]]
  30. implicit def stringTupleToKeyCondition[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): KeyEquals[V]
  31. implicit def stringTupleToQuery[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): Query[KeyEquals[V]]
  32. implicit def stringTupleToUniqueKey[V](pair: (String, V))(implicit arg0: DynamoFormat[V]): UniqueKey[KeyEquals[V]]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. implicit def toMultipleKeyList[H, R](pair: (HashAndRangeKeyNames, Set[(H, R)]))(implicit arg0: DynamoFormat[H], arg1: DynamoFormat[R]): UniqueKeys[MultipleKeyList[H, R]]
  35. implicit def toQuery[T](t: T)(implicit arg0: QueryableKeyCondition[T]): Query[T]
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. implicit def toUniqueKey[T](t: T)(implicit arg0: UniqueKeyCondition[T]): UniqueKey[T]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped