MatcherGenerator<E extends Matcher<Expression>> constructor

MatcherGenerator<E extends Matcher<Expression>>(
  1. E matcher
)

Implementation

MatcherGenerator(this.matcher);