PathMatcher1Ops

pl.iterators.stir.server.PathMatcher$.PathMatcher1Ops
implicit class PathMatcher1Ops[T](matcher: PathMatcher1[T])

Attributes

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

Members list

Value members

Concrete methods

def flatMap[R](f: T => Option[R]): PathMatcher1[R]

Attributes

Source
PathMatcher.scala
def map[R](f: T => R): PathMatcher1[R]

Attributes

Source
PathMatcher.scala