NA

case object NA extends Scalar[Nothing]
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Scalar[Nothing]
class Object
trait Matchable
class Any
NA.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 get: Nothing
def isNA: Boolean
override def toString: String
Definition Classes
Any

Inherited methods

@inline
final def flatMap[B](f: Nothing => Scalar[B]): Scalar[B]
Inherited from:
Scalar
@inline
final def foreach[U](f: Nothing => U): Unit
Inherited from:
Scalar
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def isDefined: Boolean
Inherited from:
Scalar
def isEmpty: Boolean
Inherited from:
Scalar
@inline
final def map[B : ScalarTag](f: Nothing => B): Scalar[B]
Inherited from:
Scalar
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toOption: Option[Nothing]
Inherited from:
Scalar