public static class SequenceMatchRules.StringMatchedExpressionExtractor extends Object implements java.util.function.Function<MatchResult,MatchedExpression>
| Constructor and Description |
|---|
StringMatchedExpressionExtractor(MatchedExpression.SingleAnnotationExtractor extractor,
int group) |
| Modifier and Type | Method and Description |
|---|---|
MatchedExpression |
apply(MatchResult matched) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic StringMatchedExpressionExtractor(MatchedExpression.SingleAnnotationExtractor extractor, int group)
public MatchedExpression apply(MatchResult matched)
apply in interface java.util.function.Function<MatchResult,MatchedExpression>