SimpleParam

class SimpleParam[T](f: String => T) extends QueryParamReader[T]
trait ArgReader[Seq[String], T, Request]
class Object
trait Matchable
class Any
object BooleanParam.type
object ByteParam.type
object DoubleParam.type
object FloatParam.type
object IntParam.type
object LongParam.type
object ShortParam.type
object StringParam.type

Value members

Concrete methods

def arity: Int
def read(ctx: Request, label: String, v: Seq[String]): T