public static class SequenceMatchRules.SequenceMatchResultExtractor<T> extends Object implements java.util.function.Function<SequenceMatchResult<T>,Value>
| Constructor and Description |
|---|
SequenceMatchResultExtractor(Env env,
Expression result) |
SequenceMatchResultExtractor(Env env,
Expression action,
Expression result) |
| Modifier and Type | Method and Description |
|---|---|
Value |
apply(SequenceMatchResult<T> matchResult) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic SequenceMatchResultExtractor(Env env, Expression action, Expression result)
public SequenceMatchResultExtractor(Env env, Expression result)
public Value apply(SequenceMatchResult<T> matchResult)
apply in interface java.util.function.Function<SequenceMatchResult<T>,Value>