public interface ComposableMatcher
extends abbot.finder.Matcher
Modifier and Type | Method and Description |
---|---|
ComposableMatcher |
and(abbot.finder.Matcher other) |
ComposableMatcher |
inverse() |
ComposableMatcher |
or(abbot.finder.Matcher other) |
abbot.finder.Matcher |
self() |
ComposableMatcher |
simplify() |
ComposableMatcher |
xor(abbot.finder.Matcher other) |
ComposableMatcher and(abbot.finder.Matcher other)
ComposableMatcher inverse()
ComposableMatcher or(abbot.finder.Matcher other)
abbot.finder.Matcher self()
ComposableMatcher simplify()
ComposableMatcher xor(abbot.finder.Matcher other)