JsBoolean

besom.json.JsBoolean
See theJsBoolean companion object
sealed abstract class JsBoolean extends JsValue

JSON Booleans.

Attributes

Companion
object
Graph
Supertypes
class JsValue
class Object
trait Matchable
class Any
Known subtypes
object JsFalse.type
object JsTrue.type

Members list

Value members

Abstract methods

def value: Boolean

Inherited methods

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException.

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException.

Attributes

Inherited from:
JsValue

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException with the given error msg.

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException with the given error msg.

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
JsValue -> Any
Inherited from:
JsValue