NilParam

cask.endpoints.ParamReader$.NilParam
class NilParam[T](f: (Request, String) => T) extends ParamReader[T]

Attributes

Graph
Supertypes
class ParamReader[T]
trait ArgReader[Unit, T, Request]
class Object
trait Matchable
class Any
Known subtypes
object CookieParam.type
object FormDataParam.type
object HttpExchangeParam.type
object RequestParam.type

Members list

Concise view

Value members

Concrete methods

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