bindableFloat
play.api.mvc.PathBindable.bindableFloat
object bindableFloat extends Parsing[Float]
Path binder for Float.
Attributes
- Graph
-
- Supertypes
- Self type
-
bindableFloat.type
Members list
In this article
Path binder for Float.
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
Javascript function to unbind in the Javascript router.
Transform this PathBinding[A] to PathBinding[B]