Value

org.saddle.scalar.Value
case class Value[+T](el: T)(implicit evidence$1: ScalarTag[T]) extends Scalar[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Scalar[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get: T
def isNA: Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

final def flatMap[B](f: T => Scalar[B]): Scalar[B]

Attributes

Inherited from:
Scalar
final def foreach[U](f: T => U): Unit

Attributes

Inherited from:
Scalar
def isDefined: Boolean

Attributes

Inherited from:
Scalar
def isEmpty: Boolean

Attributes

Inherited from:
Scalar
final def map[B : ScalarTag](f: T => B): Scalar[B]

Attributes

Inherited from:
Scalar
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toOption: Option[T]

Attributes

Inherited from:
Scalar