Lift

pl.iterators.stir.server.PathMatcher.Lift
See theLift companion object
sealed trait Lift[L, M[_]]

Attributes

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

Members list

Type members

Types

type Out

Attributes

Source
PathMatcher.scala

Value members

Abstract methods

Attributes

Source
PathMatcher.scala
def apply(): Out

Attributes

Source
PathMatcher.scala
def apply(value: L): Out

Attributes

Source
PathMatcher.scala
def apply(value: L, more: Out): Out

Attributes

Source
PathMatcher.scala