Parameters

@SerialVersionUID(4203959258570851399L) case class Parameters(axisData: Map[Parameter[_], Any])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++(that: Parameters): Parameters
def apply[T](key: String): T
def map(f: (String, Any) => (String, Any)): Parameters
override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product