OptionalMatcher constructor
OptionalMatcher(
- OptionalExpression expression,
- Matcher<
Expression> matcher
Implementation
OptionalMatcher(OptionalExpression expression, Matcher matcher)
: super(expression, matcher);