Null

case object Null extends RespValue

Represents null strings as well as null arrays.

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait RespValue
class Object
trait Matchable
class Any
Null.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Concrete methods

def pretty(nesting: Int, out: PrintStream): Unit

Inherited methods

def arr: IndexedSeq[RespValue]
Inherited from:
RespValue
def arrOpt: Option[IndexedSeq[RespValue]]
Inherited from:
RespValue
Inherited from:
RespValue
def bulkStrOpt: Option[BulkString]
Inherited from:
RespValue
def bytes: Array[Byte]
Inherited from:
RespValue
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def isNull: Boolean
Inherited from:
RespValue
def num: Long
Inherited from:
RespValue
def numOpt: Option[Long]
Inherited from:
RespValue
def pretty: String
Inherited from:
RespValue
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def str: String
Inherited from:
RespValue
def strOpt: Option[String]
Inherited from:
RespValue