match abstract method

MatchResult<T> match(
  1. String path
)

Trying to match the given path.

Implementation

MatchResult<T> match(String path);