c

wvlet.airframe.json

JSONValueSeqOps

implicit final class JSONValueSeqOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSONValueSeqOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JSONValueSeqOps(jsonValues: Seq[JSONValue])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def /(name: String): Seq[JSONValue]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. def apply(i: Int): JSONValue
  6. def apply(name: String): JSONValue
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. def getValue: Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. val jsonValues: Seq[JSONValue]
  12. def toArrayValue: IndexedSeq[JSONValue]
  13. def toArrayValues: Seq[IndexedSeq[JSONValue]]
  14. def toBooleanValue: Boolean
  15. def toBooleanValues: Seq[Boolean]
  16. def toDoubleValue: Double
  17. def toDoubleValues: Seq[Double]
  18. def toLongValue: Long
  19. def toLongValues: Seq[Long]
  20. def toObjectValue: Map[String, JSONValue]
  21. def toObjectValues: Seq[Map[String, JSONValue]]
  22. def toString(): String
    Definition Classes
    Any
  23. def toStringValue: String
  24. def toStringValues: Seq[String]
  25. def values: Seq[Any]

Deprecated Value Members

  1. def value: Any
    Annotations
    @deprecated
    Deprecated

    (Since version 21.5.3) .value will be ambiguous in Scala 3. Use getValue instead

Inherited from AnyVal

Inherited from Any

Ungrouped