public static class SequenceMatchRules.StringMatchedExpressionExtractor extends java.lang.Object implements Function<java.util.regex.MatchResult,MatchedExpression>
Constructor and Description |
---|
SequenceMatchRules.StringMatchedExpressionExtractor(MatchedExpression.SingleAnnotationExtractor extractor,
int group) |
Modifier and Type | Method and Description |
---|---|
MatchedExpression |
apply(java.util.regex.MatchResult matched)
Converts a T1 to a different T2.
|
public SequenceMatchRules.StringMatchedExpressionExtractor(MatchedExpression.SingleAnnotationExtractor extractor, int group)
public MatchedExpression apply(java.util.regex.MatchResult matched)
Function
apply
in interface Function<java.util.regex.MatchResult,MatchedExpression>
matched
- The function's argument