play.api.routing.sird.PathBindableExtractor
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Extract s to T if it can be bound, otherwise don't match.
Extract s to T if it can be bound, otherwise don't match.
Attributes
Extract Option[T] only if s is None, Some value that can be bound, otherwise don't match.
Extract Option[T] only if s is None, Some value that can be bound, otherwise don't match.
Attributes
Extract Seq[T] only if ever element of s can be bound, otherwise don't match.
Extract Seq[T] only if ever element of s can be bound, otherwise don't match.
Attributes