Class/Object

org.scanamo

DynamoArray

Related Docs: object DynamoArray | package scanamo

Permalink

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

    Permalink
    Definition Classes
    Equals
  2. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product
  4. abstract def toList: List[DynamoValue]

    Permalink
    Attributes
    protected

Concrete 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 <>(that: DynamoArray): DynamoArray

    Permalink

    Operator alias for concat

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def apply(i: Int): Option[DynamoValue]

    Permalink

    Gets the ith value in the array

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

    Permalink

    Turns into a list of values, if applies

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

    Permalink

    Turns into a list of byte buffers, if applies

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def asNumericArray: Option[List[String]]

    Permalink

    Turns into a list of numeric values, if applies

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

    Permalink

    Turns into a list of strings, if applies

  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def concat(that: DynamoArray): DynamoArray

    Permalink

    Concatenatres two arrays

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

    Permalink

    Chekcs if the arra contains a certain x

  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def equals(that: Any): Boolean

    Permalink
    Definition Classes
    DynamoArray → Equals → AnyRef → Any
  16. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    DynamoArray → AnyRef → Any
  19. final def isByteBufferArray: Boolean

    Permalink

    Checks if the array is made of byte buffers

  20. final def isEmpty: Boolean

    Permalink

    Checks if the array is empty

  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def isNumericArray: Boolean

    Permalink

    Checks if the array is made of numeric values

  23. final def isStringArray: Boolean

    Permalink

    Checks if the array is made of strings

  24. final def isValueArray: Boolean

    Permalink

    Checks if the array is made of values

  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def nonEmpty: Boolean

    Permalink

    Chekcs if the array is not empty

  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  30. def productPrefix: String

    Permalink
    Definition Classes
    Product
  31. final def size: Int

    Permalink

    Gets the size of the array

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

    Permalink
    Definition Classes
    AnyRef
  33. final def toAttributeValue: AttributeValue

    Permalink

    Make an AWS SDK value out of this array

  34. final def toDynamoValue: DynamoValue

    Permalink

    Make a value out of this array

  35. final def toJavaCollection: List[AttributeValue]

    Permalink
  36. def toString(): String

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped