Lift

pl.iterators.stir.server.PathMatcher.Lift
See theLift companion trait
object Lift extends LowLevelLiftImplicits

Attributes

Companion
trait
Source
PathMatcher.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Lift.type

Members list

Type members

Classlikes

object MOps

Attributes

Companion
trait
Source
PathMatcher.scala
Supertypes
class Object
trait Matchable
class Any
Self type
MOps.type
trait MOps[M[_]]

Attributes

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

Implicits

Implicits

implicit def liftSingleElement[A, M[_]](implicit mops: MOps[M]): Lift[Tuple1[A], M] { type Out = Tuple1[M[A]]; }

Attributes

Source
PathMatcher.scala
implicit def liftUnit[M[_]]: Lift[Unit, M] { type Out = Unit; }

Attributes

Source
PathMatcher.scala

Inherited implicits

implicit def default[T, M[_]](implicit mops: MOps[M]): Lift[T, M] { type Out = Tuple1[M[T]]; }

Attributes

Inherited from:
LowLevelLiftImplicits
Source
PathMatcher.scala