Value

case class Value[@specialized(Boolean, Int, Double, Float, Long) +T](el: T)(implicit evidence$1: ScalarTag[T]) extends Scalar[T]
trait Serializable
trait Product
trait Equals
class Scalar[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def get: T
def isNA: Boolean
override def toString: String
Definition Classes
Any

Inherited methods

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