EnhancedPathMatcher

pl.iterators.stir.server.PathMatcher.EnhancedPathMatcher
implicit class EnhancedPathMatcher[L](underlying: PathMatcher[L])

Attributes

Source
PathMatcher.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ?(implicit lift: Lift[L, Option]): PathMatcher[lift.Out]

Attributes

Source
PathMatcher.scala
def optional(implicit lift: Lift[L, Option]): PathMatcher[lift.Out]

Attributes

Source
PathMatcher.scala