public class OrCommandMessageFilter extends Object implements CommandMessageFilter
Constructor and Description |
---|
OrCommandMessageFilter(CommandMessageFilter first,
CommandMessageFilter second)
Initialize the filter to match when either the
first or the second filter matches. |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(CommandMessage<?> commandMessage)
Indicates whether the given
commandMessage matches this filter. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, negate, or
public OrCommandMessageFilter(CommandMessageFilter first, CommandMessageFilter second)
first
or the second
filter matches.first
- The first filter to matchsecond
- The second filter to matchpublic boolean matches(CommandMessage<?> commandMessage)
CommandMessageFilter
commandMessage
matches this filter.matches
in interface CommandMessageFilter
commandMessage
- The message to matchtrue
if the command matches, otherwise false
Copyright © 2010–2020. All rights reserved.