sealed abstract class DynamoArray extends Product with Serializable

A DynamoArray is a pure representation of an array of AttributeValues

Self Type
DynamoArray
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoArray
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def productArity: Int
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  4. abstract def toList: List[DynamoValue]
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def <>(that: DynamoArray): DynamoArray

    Operator alias for concat

  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def apply(i: Int): Option[DynamoValue]

    Gets the ith value in the array

  6. final def asArray: Option[List[DynamoValue]]

    Turns into a list of values, if applies

  7. final def asByteBufferArray: Option[List[ByteBuffer]]

    Turns into a list of byte buffers, if applies

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def asNumericArray: Option[List[String]]

    Turns into a list of numeric values, if applies

  10. final def asStringArray: Option[List[String]]

    Turns into a list of strings, if applies

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. final def concat(that: DynamoArray): DynamoArray

    Concatenatres two arrays

  13. final def contains(x: DynamoValue): Boolean

    Chekcs if the arra contains a certain x

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def equals(that: Any): Boolean
    Definition Classes
    DynamoArray → Equals → AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def hashCode(): Int
    Definition Classes
    DynamoArray → AnyRef → Any
  18. final def isByteBufferArray: Boolean

    Checks if the array is made of byte buffers

  19. final def isEmpty: Boolean

    Checks if the array is empty

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def isNumericArray: Boolean

    Checks if the array is made of numeric values

  22. final def isStringArray: Boolean

    Checks if the array is made of strings

  23. final def isValueArray: Boolean

    Checks if the array is made of values

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def nonEmpty: Boolean

    Chekcs if the array is not empty

  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def productIterator: Iterator[Any]
    Definition Classes
    Product
  29. def productPrefix: String
    Definition Classes
    Product
  30. final def size: Int

    Gets the size of the array

  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. final def toAttributeValue: AttributeValue

    Make an AWS SDK value out of this array

  33. final def toDynamoValue: DynamoValue

    Make a value out of this array

  34. final def toJavaCollection: List[AttributeValue]
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped