Object/Class

org.scanamo

DynamoValue

Related Docs: class DynamoValue | package scanamo

Permalink

object DynamoValue extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoValue
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def fromAttributeValue(av: AttributeValue): DynamoValue

    Permalink

    Creats a pure value from an AttributeValue

  10. def fromBoolean(b: Boolean): DynamoValue

    Permalink

    Creates a boolean value

  11. def fromByteBuffer(b: ByteBuffer): DynamoValue

    Permalink

    Creates a byte buffer value

  12. def fromByteBuffers(bs: Iterable[ByteBuffer]): DynamoValue

    Permalink

    Creates an array of byte buffers

  13. def fromDynamoArray(xs: DynamoArray): DynamoValue

    Permalink

    Creates an array from a DynamoArray

  14. def fromDynamoObject(xs: DynamoObject): DynamoValue

    Permalink

    Creates a map from a DynamoObject

  15. def fromFields(as: (String, DynamoValue)*): DynamoValue

    Permalink

    Creates aa map of values

  16. def fromMap(as: Map[String, DynamoValue]): DynamoValue

    Permalink

    Builds a map of values from an actual Map

  17. def fromNumber[N](n: N)(implicit arg0: Numeric[N]): DynamoValue

    Permalink

    Creates a numeric value

  18. def fromNumbers[N](ns: Iterable[N])(implicit arg0: Numeric[N]): DynamoValue

    Permalink

    Creates an array of numbers

  19. def fromString(s: String): DynamoValue

    Permalink

    Creates a string value

  20. def fromStrings(ss: Iterable[String]): DynamoValue

    Permalink

    Creates an array of strings

  21. def fromValues(as: Iterable[DynamoValue]): DynamoValue

    Permalink

    Creates an array of values

  22. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val nil: DynamoValue

    Permalink

    The null value

  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped