JsBool

final case class JsBool(value: Boolean) extends JsPrimitive

represents an immutable boolean

Value parameters:
value

the value associated, either true or false

Companion:
object
trait Serializable
trait Product
trait Equals
trait JsValue
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def isNull: Boolean
Inherited from:
JsValue
def noneNull: Boolean
Inherited from:
JsValue
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product