Matching

pl.iterators.stir.server.PathMatcher$.Matching
sealed abstract class Matching[+L]

Attributes

Source
PathMatcher.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Matched[L]
object Unmatched.type

Members list

Value members

Abstract methods

def andThen[R : Tuple](f: (Path, L) => Matching[R]): Matching[R]

Attributes

Source
PathMatcher.scala
def flatMap[R : Tuple](f: L => Option[R]): Matching[R]

Attributes

Source
PathMatcher.scala
def map[R : Tuple](f: L => R): Matching[R]

Attributes

Source
PathMatcher.scala
def orElse[R >: L](other: => Matching[R]): Matching[R]

Attributes

Source
PathMatcher.scala