org.sisioh.aws4s.dynamodb

ModelImplicits

trait ModelImplicits extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ModelImplicits
  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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  17. implicit def richAttributeDefinition(underlying: AttributeDefinition): RichAttributeDefinition

  18. implicit def richAttributeValue(underlying: AttributeValue): RichAttributeValue

  19. implicit def richAttributeValueUpdate(underlying: AttributeValueUpdate): RichAttributeValueUpdate

  20. implicit def richBatchGetItemRequest(underlying: BatchGetItemRequest): RichBatchGetItemRequest

  21. implicit def richBatchGetItemResult(underlying: BatchGetItemResult): RichBatchGetItemResult

  22. implicit def richBatchWriteItemRequest(underlying: BatchWriteItemRequest): RichBatchWriteItemRequest

  23. implicit def richBatchWriteItemResult(underlying: BatchWriteItemResult): RichBatchWriteItemResult

  24. implicit def richCapacity(underlying: Capacity): RichCapacity

  25. implicit def richCondition(underlying: Condition): RichCondition

  26. implicit def richConsumedCapacity(underlying: ConsumedCapacity): RichConsumedCapacity

  27. implicit def richCreateGlobalSecondaryIndexAction(underlying: CreateGlobalSecondaryIndexAction): RichCreateGlobalSecondaryIndexAction

  28. implicit def richCreateTableRequest(underlying: CreateTableRequest): RichCreateTableRequest

  29. implicit def richCreateTableResult(underlying: CreateTableResult): RichCreateTableResult

  30. implicit def richDeleteGlobalSecondaryIndexAction(underlying: DeleteGlobalSecondaryIndexAction): RichDeleteGlobalSecondaryIndexAction

  31. implicit def richDeleteItemRequest(underlying: DeleteItemRequest): RichDeleteItemRequest

  32. implicit def richDeleteItemResult(underlying: DeleteItemResult): RichDeleteItemResult

  33. implicit def richDeleteRequest(underlying: DeleteRequest): RichDeleteRequest

  34. implicit def richDeleteTableRequest(underlying: DeleteTableRequest): RichDeleteTableRequest

  35. implicit def richDeleteTableResult(underlying: DeleteTableResult): RichDeleteTableResult

  36. implicit def richDescribeTableRequest(underlying: DescribeTableRequest): RichDescribeTableRequest

  37. implicit def richDescribeTableResult(underlying: DescribeTableResult): RichDescribeTableResult

  38. implicit def richExpectedAttributeValue(underlying: ExpectedAttributeValue): RichExpectedAttributeValue

  39. implicit def richGetItemRequest(underlying: GetItemRequest): RichGetItemRequest

  40. implicit def richGetItemResult(underlying: GetItemResult): RichGetItemResult

  41. implicit def richGlobalSecondaryIndex(underlying: GlobalSecondaryIndex): RichGlobalSecondaryIndex

  42. implicit def richGlobalSecondaryIndexDescription(underlying: GlobalSecondaryIndexDescription): RichGlobalSecondaryIndexDescription

  43. implicit def richGlobalSecondaryIndexUpdate(underlying: GlobalSecondaryIndexUpdate): RichGlobalSecondaryIndexUpdate

  44. implicit def richItemCollectionMetrics(underlying: ItemCollectionMetrics): RichItemCollectionMetrics

  45. implicit def richKeySchemaElement(underlying: KeySchemaElement): RichKeySchemaElement

  46. implicit def richKeysAndAttributes(underlying: KeysAndAttributes): RichKeysAndAttributes

  47. implicit def richListTablesRequest(underlying: ListTablesRequest): RichListTablesRequest

  48. implicit def richListTablesResult(underlying: ListTablesResult): RichListTablesResult

  49. implicit def richLocalSecondaryIndex(underlying: LocalSecondaryIndex): RichLocalSecondaryIndex

  50. implicit def richLocalSecondaryIndexDescription(underlying: LocalSecondaryIndexDescription): RichLocalSecondaryIndexDescription

  51. implicit def richProjection(underlying: Projection): RichProjection

  52. implicit def richProvisionedThroughput(underlying: ProvisionedThroughput): RichProvisionedThroughput

  53. implicit def richProvisionedThroughputDescription(underlying: ProvisionedThroughputDescription): RichProvisionedThroughputDescription

  54. implicit def richPutItemRequest(underlying: PutItemRequest): RichPutItemRequest

  55. implicit def richPutItemResult(underlying: PutItemResult): RichPutItemResult

  56. implicit def richPutRequest(underlying: PutRequest): RichPutRequest

  57. implicit def richQueryRequest(underlying: QueryRequest): RichQueryRequest

  58. implicit def richQueryResult(underlying: QueryResult): RichQueryResult

  59. implicit def richScanRequest(underlying: ScanRequest): RichScanRequest

  60. implicit def richScanResult(underlying: ScanResult): RichScanResult

  61. implicit def richTableDescription(underlying: TableDescription): RichTableDescription

  62. implicit def richUpdateGlobalSecondaryIndexAction(underlying: UpdateGlobalSecondaryIndexAction): RichUpdateGlobalSecondaryIndexAction

  63. implicit def richUpdateItemRequest(underlying: UpdateItemRequest): RichUpdateItemRequest

  64. implicit def richUpdateItemResult(underlying: UpdateItemResult): RichUpdateItemResult

  65. implicit def richUpdateTableRequest(underlying: UpdateTableRequest): RichUpdateTableRequest

  66. implicit def richUpdateTableResult(underlying: UpdateTableResult): RichUpdateTableResult

  67. implicit def richWriteRequest(underlying: WriteRequest): RichWriteRequest

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

    Definition Classes
    AnyRef
  69. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped