Interface StateMachineMatcher<T>
-
- All Known Implementing Classes:
AnyMatcher,RegexMatcher
public interface StateMachineMatcher<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>captures()Optional<Map<String,String>>matchAndReturnCaptures(T element)
-