play.api.routing.sird
An extractor that extracts from a String using a play.api.mvc.PathBindable.
Extract Seq[T] only if ever element of s 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.
Extract s to T if it can be bound, otherwise don't match.
An extractor that extracts from a String using a play.api.mvc.PathBindable.