DoubleParam

object DoubleParam extends SimpleParam[Double]
class SimpleParam[Double]
class QueryParamReader[Double]
trait ArgReader[Seq[String], Double, Request]
class Object
trait Matchable
class Any

Value members

Inherited methods

def arity: Int
Inherited from:
SimpleParam
def read(ctx: Request, label: String, v: Seq[String]): Double
Inherited from:
SimpleParam