private static final class ChannelMatchers.InvertMatcher extends java.lang.Object implements ChannelMatcher
Modifier and Type | Field and Description |
---|---|
private ChannelMatcher |
matcher |
Constructor and Description |
---|
InvertMatcher(ChannelMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Channel channel)
Returns
true if the operation should be also executed on the given Channel . |
private final ChannelMatcher matcher
InvertMatcher(ChannelMatcher matcher)
public boolean matches(Channel channel)
ChannelMatcher
true
if the operation should be also executed on the given Channel
.matches
in interface ChannelMatcher