Class PathMatcher.Lift$

java.lang.Object
akka.http.scaladsl.server.PathMatcher.Lift$
All Implemented Interfaces:
PathMatcher.LowLevelLiftImplicits
Enclosing class:
PathMatcher<L>

public static class PathMatcher.Lift$ extends Object implements PathMatcher.LowLevelLiftImplicits
  • Field Details

    • MODULE$

      public static final PathMatcher.Lift$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Lift$

      public Lift$()
  • Method Details

    • liftUnit

      public <M> PathMatcher.Lift<scala.runtime.BoxedUnit,M> liftUnit()
    • liftSingleElement

      public <A, M> PathMatcher.Lift<scala.Tuple1<A>,M> liftSingleElement(<any> mops)