Column

org.beangle.data.stat.Matrix.Column
case class Column(name: String, title: String, values: Map[Any, String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get(key: Any): Option[String]
def keys: Iterable[Any]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product