VBoolean

avokka.velocypack.VBoolean
sealed trait VBoolean extends VPack

boolean

Attributes

Graph
Supertypes
trait VPack
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object VFalse.type
object VTrue.type

Members list

Value members

Abstract methods

def value: Boolean

Inherited methods

def as[T](implicit decoder: VPackDecoder[T]): VPackResult[T]

decodes vpack value to T

decodes vpack value to T

Type parameters

T

decoded type

Value parameters

decoder

implicit decoder

Attributes

Returns

either error or T value

Inherited from:
VPack
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def name: String

type name

type name

Attributes

Inherited from:
VPack
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Concrete fields

override val isEmpty: Boolean

the value is empty (none, null, "", [], {})

the value is empty (none, null, "", [], {})

Attributes