BooleanParam

cask.endpoints.QueryParamReader.BooleanParam
object BooleanParam extends SimpleParam[Boolean]

Attributes

Graph
Supertypes
class SimpleParam[Boolean]
class QueryParamReader[Boolean]
trait ArgReader[Seq[String], Boolean, Request]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def arity: Int

Attributes

Inherited from:
SimpleParam
def read(ctx: Request, label: String, v: Seq[String]): Boolean

Attributes

Inherited from:
SimpleParam
def remainingPathSegments: Boolean

Attributes

Inherited from:
ArgReader
def unknownQueryParams: Boolean

Attributes

Inherited from:
ArgReader