implicit final class JSONValueSeqOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSONValueSeqOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def /(name: String): Seq[JSONValue]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(i: Int): JSONValue
- def apply(name: String): JSONValue
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getValue: Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsonValues: Seq[JSONValue]
- def toArrayValue: IndexedSeq[JSONValue]
- def toArrayValues: Seq[IndexedSeq[JSONValue]]
- def toBooleanValue: Boolean
- def toBooleanValues: Seq[Boolean]
- def toDoubleValue: Double
- def toDoubleValues: Seq[Double]
- def toLongValue: Long
- def toLongValues: Seq[Long]
- def toObjectValue: Map[String, JSONValue]
- def toObjectValues: Seq[Map[String, JSONValue]]
-
def
toString(): String
- Definition Classes
- Any
- def toStringValue: String
- def toStringValues: Seq[String]
- def values: Seq[Any]
Deprecated Value Members
-
def
value: Any
- Annotations
- @deprecated
- Deprecated
(Since version 21.5.3) .value will be ambiguous in Scala 3. Use getValue instead