Class PathMatcher.Lift$

    • Field Detail

      • MODULE$

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

      • Lift$

        public Lift$()
    • Method Detail

      • liftUnit

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

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