Operator version of and
Operator version of and
Creates a new single-element matcher which combines the results of both this matcher and that matcher.
Creates a new single-element matcher which combines the results of both this matcher and that matcher.
Both this and that will operate on the first element of the stack (as opposed to Chained matchers).
To satisfy covariance on A
The other matcher's result type
The combined result type
The matcher to combine
The TypeReduce rule for combining the two match results
A new matcher which combines the results of this and that
The matching operation for single-element matchers.
The matching operation for single-element matchers.
The first element in the XML tag stack
Some(context) for a successful match, None otherwise
Specialization of the default or method, specifically for SingleElementContextMatchers
Specialization of the default or method, specifically for SingleElementContextMatchers
Operator version of or, specialized for SingleElementContextMatchers
Operator version of or, specialized for SingleElementContextMatchers
(mapped: StringAdd).self
(mapped: StringFormat).self
(mapped: ArrowAssoc[Mapped[A, B]]).x
(Since version 2.10.0) Use leftOfArrow instead
(mapped: Ensuring[Mapped[A, B]]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Similar to
ContextMatcher.Mapped, but specialized forSingleElementContextMatcher