org.sisioh.aws4s.dynamodb

DocumentImplicits

Related Doc: package dynamodb

trait DocumentImplicits extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DocumentImplicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  15. implicit def richAttribute(underlying: Attribute): RichAttribute

  16. implicit def richAttributeUpdate(underlying: AttributeUpdate): RichAttributeUpdate

  17. implicit def richBatchGetItemOutcome(underlying: BatchGetItemOutcome): RichBatchGetItemOutcome

  18. implicit def richBatchWriteItemOutcome(underlying: BatchWriteItemOutcome): RichBatchWriteItemOutcome

  19. implicit def richDeleteItemOutcome(underlying: DeleteItemOutcome): RichDeleteItemOutcome

  20. implicit def richDynamoDB(underlying: DynamoDB): RichDynamoDB

  21. implicit def richExpected(underlying: Expected): RichExpected

  22. implicit def richFilter[A <: Filter[A]](underlying: Filter[A]): RichFilter[A]

  23. implicit def richGetItemOutcome(underlying: GetItemOutcome): RichGetItemOutcome

  24. implicit def richIndex(underlying: Index): RichIndex

  25. implicit def richItem(underlying: Item): RichItem

  26. implicit def richItemCollection[A](underlying: ItemCollection[A]): RichItemCollection[A]

  27. implicit def richPage[A, B](underlying: Page[A, B]): RichPage[A, B]

  28. implicit def richPageBasedCollection[A, B](underlying: PageBasedCollection[A, B]): RichPageBasedCollection[A, B]

  29. implicit def richPrimaryKey(underlying: PrimaryKey): RichPrimaryKey

  30. implicit def richPutItemOutcome(underlying: PutItemOutcome): RichPutItemOutcome

  31. implicit def richQueryOutcome(underlying: QueryOutcome): RichQueryOutcome

  32. implicit def richRangeKeyCondition(underlying: RangeKeyCondition): RichRangeKeyCondition

  33. implicit def richScanOutcome(underlying: ScanOutcome): RichScanOutcome

  34. implicit def richTable(underlying: Table): RichTable

  35. implicit def richTableKeysAndAttributes(underlying: TableKeysAndAttributes): RichTableKeysAndAttributes

  36. implicit def richTableWriteItems(underlying: TableWriteItems): RichTableWriteItems

  37. implicit def richUpdateItemOutcome(underlying: UpdateItemOutcome): RichUpdateItemOutcome

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped