Parameters

spice.net.Parameters
See theParameters companion object
case class Parameters(entries: List[(String, Param)])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def +(that: Parameters): Parameters
final def +(list: List[(String, Param)]): Parameters
def appendParam(key: String, value: String): Parameters
def isEmpty: Boolean
def nonEmpty: Boolean
def param(key: String, param: Param, append: Boolean): Parameters
def removeParam(key: String): Parameters
def replaceParam(key: String, values: List[String]): Parameters
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
def value(key: String): Option[String]
def values(key: String): List[String]
def withParam(key: String, value: String, append: Boolean): Parameters

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val decoded: String
lazy val encoded: String
lazy val map: Map[String, Param]