JsBool

sealed 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
object FALSE.type
object TRUE.type

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product