bindableBoolean
play.api.mvc.QueryStringBindable.bindableBoolean
object bindableBoolean extends Parsing[Boolean]
QueryString binder for Boolean.
Attributes
- Graph
-
- Supertypes
- Self type
-
bindableBoolean.type
Members list
Value members
Concrete methods
Javascript function to unbind in the Javascript router.
Javascript function to unbind in the Javascript router.
Attributes
- Definition Classes
Inherited methods
Bind a query string parameter.
Bind a query string parameter.
Value parameters
- key
-
Parameter key
- params
-
QueryString data
Attributes
- Returns
-
Noneif the parameter was not present in the query string data. Otherwise, returnsSomeof eitherRightof the parameter value, orLeftof an error message if the binding failed. - Inherited from:
- Parsing
Transform this QueryStringBindable[A] to QueryStringBindable[B]
Transform this QueryStringBindable[A] to QueryStringBindable[B]
Attributes
- Inherited from:
- QueryStringBindable
In this article