not function

Matcher<XmlEvent> not(
  1. Matcher<XmlEvent> match
)

Implementation

Matcher not(Matcher match) => ((e) => !match(e));