BooleanParam

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