Class PathMatcher.Lift$
java.lang.Object
org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$
- All Implemented Interfaces:
- PathMatcher.LowLevelLiftImplicits
- Enclosing class:
- PathMatcher<L>
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PathMatcher.Lift$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<A,M> PathMatcher.Lift<scala.Tuple1<A>, M> liftSingleElement(<any> mops) <M> PathMatcher.Lift<scala.runtime.BoxedUnit,M> liftUnit()
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Lift$public Lift$()
 
- 
- 
Method Details- 
liftUnit
- 
liftSingleElement
 
-