Object

com.gu.scanamo

syntax

Related Doc: package scanamo

Permalink

object syntax extends ToScannableOps with ToQueryableOps

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

Type Members

  1. implicit class AndConditionExpression[X] extends AnyRef

    Permalink
  2. implicit class AndUpdateExpression extends AnyRef

    Permalink
  3. case class HashAndRangeKeyNames(hash: Symbol, range: Symbol) extends Product with Serializable

    Permalink
  4. implicit class OrConditionExpression[X] extends AnyRef

    Permalink
  5. implicit class SymbolKeyCondition extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add[V](fieldValue: (Symbol, V))(implicit arg0: DynamoFormat[V]): UpdateExpression

    Permalink
  5. def append[V](fieldValue: (Symbol, V))(implicit arg0: DynamoFormat[V]): UpdateExpression

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attributeExists(symbol: Symbol): AttributeExists

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def delete[V](fieldValue: (Symbol, V))(implicit arg0: DynamoFormat[V]): UpdateExpression

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def not[T](t: T)(implicit arg0: ConditionExpression[T]): Not[T]

    Permalink
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def prepend[V](fieldValue: (Symbol, V))(implicit arg0: DynamoFormat[V]): UpdateExpression

    Permalink
  21. implicit def queryableOps[T[_], V](t: T[V])(implicit s: Queryable[T, V]): Ops[T, V] { val self: T[V] }

    Permalink
    Definition Classes
    ToQueryableOps
  22. def remove(field: Symbol): UpdateExpression

    Permalink
  23. implicit def scannableOps[T[_], V](t: T[V])(implicit s: Scannable[T, V]): Ops[T, V] { val self: T[V] }

    Permalink
    Definition Classes
    ToScannableOps
  24. def set[V](fieldValue: (Symbol, V))(implicit arg0: DynamoFormat[V]): UpdateExpression

    Permalink
  25. implicit def symbolListTupleToUniqueKeys[V](pair: (Symbol, Set[V]))(implicit arg0: DynamoFormat[V]): UniqueKeys[KeyList[V]]

    Permalink
  26. implicit def symbolTupleToKeyCondition[V](pair: (Symbol, V))(implicit arg0: DynamoFormat[V]): KeyEquals[V]

    Permalink
  27. implicit def symbolTupleToQuery[V](pair: (Symbol, V))(implicit arg0: DynamoFormat[V]): Query[KeyEquals[V]]

    Permalink
  28. implicit def symbolTupleToUniqueKey[V](pair: (Symbol, V))(implicit arg0: DynamoFormat[V]): UniqueKey[KeyEquals[V]]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. implicit def toMultipleKeyList[H, R](pair: (HashAndRangeKeyNames, Set[(H, R)]))(implicit arg0: DynamoFormat[H], arg1: DynamoFormat[R]): UniqueKeys[MultipleKeyList[H, R]]

    Permalink
  31. implicit def toQuery[T](t: T)(implicit arg0: QueryableKeyCondition[T]): Query[T]

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. implicit def toUniqueKey[T](t: T)(implicit arg0: UniqueKeyCondition[T]): UniqueKey[T]

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ToQueryableOps

Inherited from ToScannableOps

Inherited from AnyRef

Inherited from Any

Ungrouped