bindableBoolean
play.api.mvc.PathBindable.bindableBoolean
object bindableBoolean extends Parsing[Boolean]
Path binder for Boolean.
Attributes
- Graph
-
- Supertypes
- Self type
-
bindableBoolean.type
Members list
In this article
Path binder for Boolean.
Javascript function to unbind in the Javascript router.
Bind an URL path parameter.
Bind an URL path parameter.
Parameter key
The value as String (extracted from the URL path)
Right of the value or Left of an error message if the binding failed
Transform this PathBinding[A] to PathBinding[B]