IntParam

object IntParam extends SimpleParam[Int]
class SimpleParam[Int]
class QueryParamReader[Int]
trait ArgReader[Seq[String], Int, 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]): Int
Inherited from:
SimpleParam