Interface PathMatcher.Lift$.MOps<M>

Enclosing class:
PathMatcher.Lift$

public static interface PathMatcher.Lift$.MOps<M>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    <T> M
    apply(T value)
     
    <T> M
    apply(T value, M more)
     
  • Method Details

    • apply

      M apply()
    • apply

      <T> M apply(T value)
    • apply

      <T> M apply(T value, M more)