NilParam

class NilParam[T](f: (Request, String) => T) extends ParamReader[T]
class ParamReader[T]
trait ArgReader[Unit, T, Request]
class Object
trait Matchable
class Any
object CookieParam.type
object FormDataParam.type
object HttpExchangeParam.type
object RequestParam.type

Value members

Concrete methods

def arity: Int
def read(ctx: Request, label: String, v: Unit): T