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
- Alphabetic
- By Inheritance
Inherited
- DynamoArray
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
<>(that: DynamoArray): DynamoArray
Operator alias for
concat -
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
apply(i: Int): Option[DynamoValue]
Gets the
ith value in the array -
final
def
asArray: Option[List[DynamoValue]]
Turns into a list of values, if applies
-
final
def
asByteBufferArray: Option[List[ByteBuffer]]
Turns into a list of byte buffers, if applies
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
asNumericArray: Option[List[String]]
Turns into a list of numeric values, if applies
-
final
def
asStringArray: Option[List[String]]
Turns into a list of strings, if applies
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
concat(that: DynamoArray): DynamoArray
Concatenatres two arrays
-
final
def
contains(x: DynamoValue): Boolean
Chekcs if the arra contains a certain
x -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(that: Any): Boolean
- Definition Classes
- DynamoArray → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
hashCode(): Int
- Definition Classes
- DynamoArray → AnyRef → Any
-
final
def
isByteBufferArray: Boolean
Checks if the array is made of byte buffers
-
final
def
isEmpty: Boolean
Checks if the array is empty
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isNumericArray: Boolean
Checks if the array is made of numeric values
-
final
def
isStringArray: Boolean
Checks if the array is made of strings
-
final
def
isValueArray: Boolean
Checks if the array is made of values
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
nonEmpty: Boolean
Chekcs if the array is not empty
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
-
final
def
size: Int
Gets the size of the array
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toAttributeValue: AttributeValue
Make an AWS SDK value out of this array
-
final
def
toDynamoValue: DynamoValue
Make a value out of this array
- final def toJavaCollection: List[AttributeValue]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()