org.sisioh.aws4s.dynamodb.model

RichAttributeValue

final class RichAttributeValue extends AnyVal with PimpedType[AttributeValue]

Linear Supertypes
PimpedType[AttributeValue], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichAttributeValue
  2. PimpedType
  3. AnyVal
  4. NotNull
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichAttributeValue(underlying: AttributeValue)

Value Members

  1. final def !=(arg0: Any): Boolean

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

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

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

    Definition Classes
    Any
  5. def bOpt: Option[ByteBuffer]

  6. def bOpt_=(value: Option[ByteBuffer]): Unit

  7. def boolOpt: Option[Boolean]

  8. def boolOpt_=(value: Option[Boolean]): Unit

  9. def booleanOpt: Option[Boolean]

  10. def booleanOpt_=(value: Option[Boolean]): Unit

  11. def bsOpt: Option[Seq[ByteBuffer]]

  12. def bsOpt_=(values: Option[Seq[ByteBuffer]]): Unit

  13. def byteBufferOpt: Option[ByteBuffer]

  14. def byteBufferOpt_=(value: Option[ByteBuffer]): Unit

  15. def byteBuffersOpt: Option[Seq[ByteBuffer]]

  16. def byteBuffersOpt_=(value: Option[Seq[ByteBuffer]]): Unit

  17. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  18. def isDefined: Boolean

  19. def isEmpty: Boolean

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def lOpt: Option[Seq[AttributeValue]]

  22. def lOpt_=(values: Option[Seq[AttributeValue]]): Unit

  23. def listOpt: Option[Seq[AttributeValue]]

  24. def listOpt_=(value: Option[Seq[AttributeValue]]): Unit

  25. def mOpt: Option[Map[String, AttributeValue]]

  26. def mOpt_=(values: Option[Map[String, AttributeValue]]): Unit

  27. def mapOpt: Option[Map[String, AttributeValue]]

  28. def mapOpt_=(value: Option[Map[String, AttributeValue]]): Unit

  29. def nOpt: Option[String]

  30. def nOpt_=(value: Option[String]): Unit

  31. def nsOpt: Option[Seq[String]]

  32. def nsOpt_=(value: Option[Seq[String]]): Unit

  33. def nullOpt: Option[Boolean]

  34. def nullOpt_=(value: Option[Boolean]): Unit

  35. def numberOpt: Option[String]

  36. def numberOpt_=(value: Option[String]): Unit

  37. def numbersOpt: Option[Iterable[String]]

  38. def numbersOpt_=(value: Option[Iterable[String]]): Unit

  39. def sOpt: Option[String]

  40. def sOpt_=(value: Option[String]): Unit

  41. def ssOpt: Option[Seq[String]]

  42. def ssOpt_=(value: Option[Seq[String]]): Unit

  43. def stringOpt: Option[String]

  44. def stringOpt_=(value: Option[String]): Unit

  45. def stringsOpt: Option[Seq[String]]

  46. def stringsOpt_=(value: Option[Seq[String]]): Unit

  47. def toString(): String

    Definition Classes
    Any
  48. val underlying: AttributeValue

    Definition Classes
    RichAttributeValue → PimpedType
  49. def withBOpt(value: Option[ByteBuffer]): AttributeValue

  50. def withBSOpt(bs: Option[Iterable[ByteBuffer]]): AttributeValue

  51. def withBoolOpt(value: Option[Boolean]): AttributeValue

  52. def withBooleanOpt(value: Option[Boolean]): AttributeValue

  53. def withByteBufferOpt(value: Option[ByteBuffer]): AttributeValue

  54. def withByteBuffersOpt(value: Option[Iterable[ByteBuffer]]): AttributeValue

  55. def withLOpt(l: Option[Iterable[AttributeValue]]): AttributeValue

  56. def withListOpt(value: Option[Seq[AttributeValue]]): AttributeValue

  57. def withM(m: Option[Map[String, AttributeValue]]): AttributeValue

  58. def withMapOpt(value: Option[Map[String, AttributeValue]]): AttributeValue

  59. def withNOpt(value: Option[String]): AttributeValue

  60. def withNSOpt(ns: Option[Iterable[String]]): AttributeValue

  61. def withNullOpt(value: Option[Boolean]): AttributeValue

  62. def withNumberOpt(value: Option[String]): AttributeValue

  63. def withNumbersOpt(value: Option[Iterable[String]]): AttributeValue

  64. def withSOpt(value: Option[String]): AttributeValue

  65. def withSSOpt(ss: Option[Iterable[String]]): AttributeValue

  66. def withStringOpt(value: Option[String]): AttributeValue

  67. def withStringsOpt(ss: Option[Iterable[String]]): AttributeValue

Inherited from PimpedType[AttributeValue]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped