Interface PathMatcher.Lift<L,​M>

  • Enclosing class:
    PathMatcher<L>

    public static interface PathMatcher.Lift<L,​M>
    • Method Detail

      • OutIsTuple

        Tuple<java.lang.Object> OutIsTuple()
      • apply

        java.lang.Object apply()
      • apply

        java.lang.Object apply​(L value)
      • apply

        java.lang.Object apply​(L value,
                               java.lang.Object more)