VLong

avokka.velocypack.VLong
final case class VLong(value: Long) extends AnyVal, VPack

integer

Value parameters

value

value

Attributes

Graph
Supertypes
trait VPack
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def isEmpty: Boolean

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

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

Attributes

Definition Classes
override def name: String

type name

type name

Attributes

Definition Classes

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 productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product